Crowlang / crow

Crow Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Undefined with nil

Bravotic opened this issue · comments

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.