vindarel

Results 591 comments of vindarel

Also to add: - the LispWorks graphical stepper: http://www.lispworks.com/documentation/lw61/IDE-W/html/ide-w-496.htm - the new https://github.com/joaotavora/sly-stepper

Quick feedback and more questions (I'll have a deeper look in a couple of days) > On what distros other than Ubuntu 18.04, does the above code work? I think...

> The sb-aclrepl module offers an Allegro CL-style Read-Eval-Print Loop for SBCL, with integrated inspector. Adding a debugger interface is planned. http://www.sbcl.org/manual/#sb_002daclrepl but what does it actually do?

About writing a bash script: there's a fairly complete one here: https://github.com/memleaks/clbuild It can install Quicklisp, and do more things: ``` Commands are: Software installation and quicklisp interaction: quickload SYSTEM...

Not CL, but Shen for IOs: https://chatolab.wordpress.com/2017/07/10/shen-programming-language-for-ios/

Nice post with screens of ECL + Qt5 for Android https://common-lisp.net/project/ecl/posts/Lisp-ECL-and-QML-Qt5-on-Android.html (and replaces the obsolete ecl-android link above).

You are right: - this parts needs rewriting and more insight - the paragraph mentions "satisfies" and the example doesn't involve one. I think that the example has a point...

Hello, talking about common errors would be helpful +1 I would be in favor of talking about them as much as possible in the related sections (packages, macros…), otherwise in...

https://github.com/atlas-engineer/next/commit/2002a4a# > Ambrevar committed on 20 Sep 2019 > ;; cl-annot does not call `export' at compile time, which fails with ASDF's ;; "compile-bundle-op" (which is needed for Guix). ;;...