As I am building on aarch64/arm64 Linux, someone might have a better time with x86.

I made a git repo:

   https://github.com/KenDickey/nuttx-umb-scheme

This goes into apps/interpreters.

The code has been reliably ported a lot and should run on most targets with command line console.

Sample code:

  (+ 1/2 1/3 1/6) ;; --> 1
  (sqrt -4) ;; --> 0+2i
  ((lambda (n) (* n n)) (sqrt -4)) ;; --> -4

Note that there is nothing time critical about this -- fine to wait until after the upcoming NuttX Workshop!


Thanks again for all.
-KenD

Reply via email to