Remix.run Logo
Naman-Dixit 3 hours ago

> you’ll realize how small a language it is, how easy to hold in your palm and turn around and understand all sides of it

I have never programmed in ObjC but was curious to learn how it works, and so I decided to write a ObjC runtime [0]. It took less than 2000 lines, and a large number of them are comments. Now I wonder how easy would it be to do dome lispy symbolic computing in it. Maybe something like a Prolog.

[0] https://gist.github.com/namandixit/76cd084676acdf16cfd014cbb...