[CM] S7 integrated in TIC-80, and bug reports

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Thu Feb 2 12:06:29 PST 2023


I forgot to say that I get this from the repl:

(define-macro (test x . args) `(list ,@(map car args)))
(test 10 ('x 1) ('y 2))
'(x y)


On the noreturn problem, I'm using this:

#ifdef _MSC_VER
   #define noreturn _Noreturn /* deprecated in C23 */
...

which I got from somewhere online.  I wonder what the correct code is.



More information about the Cmdist mailing list