1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
Commit Graph

1708 Commits

Author SHA1 Message Date
Dov Murik
82641edb65 vimscript: Remove calls to ObjValue 2016-10-26 08:22:05 +00:00
Dov Murik
43d175390a vimscript: Simplify *ARGV* setting using map and lambda 2016-10-25 22:43:28 +00:00
Dov Murik
549763e9f6 vimscript: Update Dockerfile to install Vim 8.0 2016-10-25 22:33:07 +00:00
Dov Murik
aa62cbda71 vimscript: Use Vim 8.0 lambdas to reduce boilerplate code 2016-10-25 22:33:02 +00:00
Dov Murik
816f0e2fc7 vimscript: Increase the unixtime base to make sure time-ms fits in a *positive* integer 2016-10-25 22:32:16 +00:00
Dov Murik
ab1c5d944c vimscript: Fix misinformation in comment 2016-10-25 22:32:16 +00:00
Joel Martin
8e3f833add Merge pull request #239 from wasamasa/picolisp
Picolisp
2016-10-25 17:20:07 -05:00
Vasilij Schneidermann
3e127081a4 Add interop and tests 2016-10-26 00:11:33 +02:00
Vasilij Schneidermann
b6263859a9 Extend README 2016-10-25 23:43:32 +02:00
Vasilij Schneidermann
b68230b821 Add docker support 2016-10-25 22:39:32 +02:00
Joel Martin
a2ca9d9450 Merge pull request #243 from wasamasa/assoc-update-tests
Ensure assoc updates maps properly
2016-10-25 11:15:03 -05:00
Joel Martin
e00c42c2d3 Merge pull request #242 from wasamasa/elisp-emacs25
Emacs 25.1 fixes
2016-10-25 11:07:07 -05:00
Vasilij Schneidermann
fc06744f59 Emacs 25.1 fixes 2016-10-24 23:35:07 +02:00
Vasilij Schneidermann
3c7b63d2e1 Ensure assoc updates maps properly 2016-10-24 22:50:15 +02:00
Vasilij Schneidermann
5f4a095830 Fix assoc 2016-10-23 20:39:29 +02:00
Vasilij Schneidermann
49b192ddc3 Implement step A 2016-10-23 20:07:49 +02:00
Vasilij Schneidermann
fbe5bd7afa Fix argv handling 2016-10-22 21:28:53 +02:00
Vasilij Schneidermann
cc49494448 Implement step 9 2016-10-22 12:52:01 +02:00
Vasilij Schneidermann
1809f9baba Fix error handling 2016-10-22 12:37:24 +02:00
Joel Martin
42b8fe1683 Swift3: updates/fixes for Swift 3.0.1 2016-10-17 22:37:42 -05:00
Vasilij Schneidermann
90670a6d20 Implement step 8 2016-10-16 22:58:01 +02:00
Vasilij Schneidermann
32a75b868b Implement step 7 2016-10-16 00:11:07 +02:00
Vasilij Schneidermann
30a55a912d Implement step 6 2016-10-15 00:01:35 +02:00
Vasilij Schneidermann
872ae9c4a6 Fix rep 2016-10-14 10:16:44 +02:00
Vasilij Schneidermann
0e9990bc0c Fix naming 2016-10-14 09:40:19 +02:00
Vasilij Schneidermann
624e67cb65 Implement step 5 2016-10-11 18:26:04 +02:00
Joel Martin
16ca60daf9 guide: incorporate feedback from Nicolas Boulenguez 2016-10-08 12:23:10 -05:00
Joel Martin
f60f33e0d8 Haskell: update docker image to 7.10.3
This goes along with https://github.com/kanaka/mal/pull/238
2016-10-06 17:55:58 -05:00
Joel Martin
2af103066c Merge pull request #238 from prt2121/pt/haskell-7.10.1
support GHC 7.10.1+ : update error handling
2016-10-06 17:53:27 -05:00
Vasilij Schneidermann
118269ab74 Implement step 4 2016-10-05 10:07:24 +02:00
Vasilij Schneidermann
f5763ca16a Implement step 3 2016-10-03 00:31:43 +02:00
Prat
53db2d63cb Support GHC 7.10.1+. Update error handling 2016-10-02 16:56:51 -04:00
Vasilij Schneidermann
8d229b7c80 Implement step 2 2016-10-02 20:02:25 +02:00
Vasilij Schneidermann
879a1d5d4e Update Makefile to include readline 2016-10-02 15:58:23 +02:00
Vasilij Schneidermann
a870ad3f5e Implement step 1 2016-10-02 15:55:19 +02:00
Vasilij Schneidermann
ed976bf7b0 Distinguish EOF from empty input 2016-09-30 10:39:42 +02:00
Vasilij Schneidermann
42f304e8c9 Implement step 0 2016-09-30 10:05:43 +02:00
Joel Martin
49762e14b2 Merge pull request #237 from iqbalansari/master
Compile guile files before running them
2016-09-20 09:32:59 -05:00
Iqbal Ansari
9f558de9ab Compile guile files before running them 2016-09-20 17:55:29 +05:30
Joel Martin
d75a5739fa Merge pull request #232 from zmower/ada_patches_sep16
Ada patches sep16
2016-09-15 14:13:42 -05:00
Joel Martin
12c54d7271 Merge pull request #233 from iqbalansari/master
Update CLISP implementation
2016-09-15 13:28:34 -05:00
Iqbal Ansari
08e86b3cd0 Store enviroments as struct instead of classes
Seems to give some good speedups
2016-09-15 20:16:55 +05:30
Iqbal Ansari
184c16ad0e Do not use custom hashtable for storing MAL environment 2016-09-15 09:55:16 +05:30
Iqbal Ansari
6e8fc83537 Fix a typo in core division function 2016-09-15 09:43:03 +05:30
Chris M Moore
311cbfc03c Nicholas Boulenguez : Use Get_Line function instead of insisting on a maximum string size 2016-09-10 21:06:47 +01:00
Chris M Moore
ae2747024f Nicholas Boulenguez : Delegate Ada dependency handling to gnatmake 2016-09-10 20:45:06 +01:00
Chris M Moore
daa68f17c7 Nicholas Boulenguez : Replace all GNAT projects with -D gnatmake option 2016-09-10 18:35:10 +01:00
Joel Martin
fa5af3ad92 Merge pull request #231 from iqbalansari/master
Update README to mention CLISP implementation
2016-08-29 12:47:06 -05:00
Iqbal Ansari
b0e083743e Add GNU CLISP to the list of implementations 2016-08-29 22:35:43 +05:30
Iqbal Ansari
68511d82dc Do not start MAL REPL if code is executed in Emacs (specially via SLIME) 2016-08-29 20:24:29 +05:30