functional.cafe is one of the many independent Mastodon servers you can use to participate in the fediverse.
functional.cafe is an instance for people interested in functional programming and languages.

Server stats:

213
active users

Public

For an app I want to release on #SailfishOS I feel the need to disable the debugger in #ECL. It should just exit the program like `sbcl --disable-debugger` but I haven't been able to figure out how.

@jackdaniel ?

Public

@aerique @jackdaniel The debugger should only be entered for _unhandled_ conditions. So just handle all conditions in your top-level function and call os:exit or whatever.

Quiet public

@jackdaniel @sigue

Thanks, that works!

Been using CL for 25+ years but I'm one of those "debug with print statements" guys 😅