Rainer Joswig

Results 7 comments of Rainer Joswig

Multics Emacs was the second in Lisp. EINE was the first. There are a bunch of things which are not mentioned yet. Symbolics' Zmacs has some support for presentations and...

The actual standard is °C . Might be more standard conforming to change C to °C .

Style warnings, are just warnings. Not errors. For example in the source code are lambda lists with &optional and &key. Example: (sexp &optional (stream t) &key (canonical nil)). There are...

The phinary tests seem to have a problem. Example: _ phinary 42 ``` Condition: In a call to (SETF AREF): -2 (of type FIXNUM) is not of type (SIGNED-BYTE 1)....

I also had to use EVAL-WHEN in the various setup files. Example error: ``` ;;; Compiling file /home/joswig/Lisp/april-master/libraries/dfns/array/setup.lisp ... ;;; Safety = 3, Speed = 1, Space = 1, Float...