wisp-lang / wisp

A little Clojure-like LISP in JavaScript
https://gozala.github.io/wisp/
Other
982 stars 68 forks source link

Put function's documentation (if any) into a "wispDocument" property on the function #149

Open zot opened 8 years ago

zot commented 8 years ago

This preserves a function's doc string by putting it into a "wispDocument" property on the function.