Name: lambda theory 2008-09-29 15:20
I'm working on my new language Jisp, It's a mixture of lisp and java.
(public (class hello-jisp
(public (static (void (main (string args))
(system (out (println "Hello Jisp!"))))))))
I would be very thankful if the lambda the ultimate community would comment on my language!
(public (class hello-jisp
(public (static (void (main (string args))
(system (out (println "Hello Jisp!"))))))))
I would be very thankful if the lambda the ultimate community would comment on my language!