8000 GitHub - hayeah/ComaLisp: A Lispy Abuse of Ruby Syntax
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hayeah/ComaLisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Only works under Ruby 1.9

Lisp and Ruby. Marriage Made In Hell

(ComaLisp {
   (let [:a,1], [:b, 2] {
      (defun [:foo,:a,:b,:c] {
         (let [:d, 6] {
            (list a, b, c, d)})})
      (p (list a, b, (foo 3, 4, 5)))})})

This is VALID Ruby syntax under 1.9.

Here is an introduction to ComaLisp

Feedback @hayeah

About

A Lispy Abuse of Ruby Syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0