Since 5/5/2012 4:25:27 AM, Michael.Hoenisch has written 5 articles and participated in 0 conversations. Michael.Hoenisch signature: Michael.Hoenisch
Michael.Hoenisch's articles:
Items(5) /1
Packages and conditions229 (10/28/2004 4:00:34 PM) comp.lang.lisp Hello, The following statements create a package named pack, define the package pack as the actual package and assign the variable foo (in the package pack) the value 1000. The beaviour seems clear. (make... ISO
get-function-name534 (10/19/2004 11:39:05 AM) comp.lang.lisp Hello, I want to write a generic errorhandler-function. This function should return the functionname, where the error has happened in a dynamic way. Is it possible to fetch the functionname from inside a fun... ISO
try - catch354 (9/15/2004 3:06:54 PM) comp.lang.lisp Hello, is there something like the try-catch-Statement from Java in Common Lisp available? After an error, I want to realize a cleanup. Regards Michael ... ISO
Evaluate string in Lisp247 (9/15/2004 12:44:48 PM) comp.lang.lisp Hello, is it possible to evaluate a string in LISP? For example, there is a string "(pprint \"Hello World\")". Is it possible to evaluate this string? Regards Michael ... ISO