kleopatra999 / owl-lisp

Automatically exported from code.google.com/p/owl-lisp
2 stars 1 forks source link

no (write ...) #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is currently no way to render values in a form that can be parsed back. 
This mainly affects strings.

This should probably be handled like render, but with different often shared 
function.

This is also related to the way type definitions will be handled, which is 
still under meditation.

Original issue reported on code.google.com by aohelin on 25 Dec 2011 at 12:13

GoogleCodeExporter commented 9 years ago
This will be added to (owl print) library.

Original comment by aohelin on 18 Jan 2012 at 4:44

GoogleCodeExporter commented 9 years ago
> (write (list 'foo "bar"))
'(foo "bar")

Original comment by aohelin on 9 Feb 2012 at 8:40