|
|
|
|
|
by lispm
3264 days ago
|
|
Lisp has various parser for language implementations. There is even a relatively complete Python implementation in Lisp. Having Python syntax doesn't give you access to all the Python libs. Lot's of things need the Python runtime and also its support for non-Python extensions. Literally hundreds of languages had been implemented on top of Lisp over the years. My Symbolics Lisp Machine had already in the 80s full C, ISO Pascal, Fortran, Ada and Prolog implementations written in Lisp. I was running on my Lisp Machine the original X11 server written in C and TeX written in Pascal... Python is also not an alternative syntax on top of Racket or Lisp ... it's a different language. |
|