xorvoid / forsp

Forsp: A Forth+Lisp Hybrid Lambda Calculus Language
MIT License
116 stars 14 forks source link

Hello, World! #16

Open ursi opened 1 week ago

ursi commented 1 week ago

Been having a lot of fun with this language. Just wanted to share my hello world program :)

('________orld! $a a ptr-from-obj! -8 - ptr-read! 6278066737626506568 ptr-write! a print)
xorvoid commented 1 week ago

Thanks for sharing! Nice hack! 😁