ulithp icon indicating copy to clipboard operation
ulithp copied to clipboard

A micro LISP implementation in 24 lines of Ruby.

Results 5 ulithp issues
Sort by recently updated
recently updated
newest added

awesome project, what would be an ideal implementation to run a lambda without having to label it into the context?, in your examples you have: ``` l.eval [:label, :second, [:quote,...

Thanks for the great project! I reused it to make another micro language over at https://github.com/kmarekspartz/yapl and wanted to confirm this was an alright use.

Would like some license info. Pretty sure it's MIT though. :wink:

Hi, This is a great job! Could you please package this into a gem so others can just `gem install ulithp`? See http://guides.rubygems.org/make-your-own-gem/ Or I can send a pull request...