Crowlang / crow

Crow Lisp
MIT License
6 stars 2 forks source link

Replace Undefined with nil #87

Open Bravotic opened 9 months ago

Bravotic commented 9 months ago

Undefined was used when Crow was trying to be a middle ground between JavaScript and Lisp. Now that we are embracing a more Lisp like core, nil will probably be more familiar to programmers. Its also shorter to type in Cons lists.