Posts about Lisp

Null in 10 Languages

  • Java, Javascript, C#: null
  • Ruby, Smalltalk, Lisp, OCaml: nil
  • Lisp: ()
  • Python: None
  • Haskell: Nothing
  • C: 0
more
Posted by Toby on May 11, 09
About programming, javascript, ruby, smalltalk, haskell, ocaml, python, java, c#, lisp and c

How Safe is Your Programming Language

First, let me define what I mean by safe: the earlier a programming language catches a programming error for you, the safer it is. Haskell is extremely safe, whereas php is extremely unsafe. Some... more
Posted by Toby on Mar 30, 08
About programming, javascript, ruby, smalltalk, haskell, ocaml, python, java, c#, lisp and c
2 comments