Hacker News new | ask | show | jobs
by derp_dogg 4600 days ago
where's cons?
2 comments

https://github.com/danneu/hyclops/blob/master/hyclops.hy#L27...

Some hilariously bad implementations in that file, but it's just for fun.

It only has pros.
+ is overloaded (+ '(1 2) '(3)) => '(1 2 3)