lispy icon indicating copy to clipboard operation
lispy copied to clipboard

Code-as-data in Ruby, without the metaprogramming madness.

Results 3 lispy issues
Sort by recently updated
recently updated
newest added

Would you mind bumping the version number and releasing a new gem. The current gem (0.0.5) dosen't contain the "conditionally_preserving_procs" code/feature. I have been linking it from github in my...

This example code produces some unexpected output ``` data = Lispy.new.to_data do hello do thank you end end ``` The given output is this: `[[:hello, [], [[:you, []], [:thank, nil]]]]`...