Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

For you lispers out there

Name: Anonymous 2014-08-30 11:18

When I'm programming in C, I do something like this:

int result;

result = operation(x,y,z);

if (result) return ERR_CODE;

When I look at lisp, there doesn't seem to be any error evaluation or SEH. How do you handle errors in lisp?

Name: Anonymous 2014-08-30 18:48

There's a whole world of conditions and restarts for you to discover, son.

Name: Anonymous 2014-08-30 21:04

>>1
With conditions and restarts, which is a more powerful version of exception handling as found in C++, Java, etc.

Scheme also has exception handling built in and undelimited continuations.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List