[Insert XCKD with adding a 15th standard when 14 already exist]
Sorry, I didn't understand. Can you provide more information?
The KCL Programming Language
21–27 of 27 posts
Re: The KCL Programming Language
#22Re: The KCL Programming Language
#23Earlier quoted context omitted.
Can you give Kyoto Common Lisp more reference information? I'm interested in it.
Kyoto Common Lisp was developed in the mid 80s in Japan as an independent new implementation. It's a Common Lisp to C compiler. KCL was the first in a family of implementations based on KCL: AKCL, GCL, Delphi CL, ECL, CLASP. The currently usable implementations of those are ECL, CLASP and possibly GCL. For KCL see: https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/...
Re: The KCL Programming Language
#24Re: The KCL Programming Language
#25As it is now, people have to know the quirks of python to understand what this schema wants to say. The meaning should be clear on first look.
Re: The KCL Programming Language
#26Re: The KCL Programming Language
#27I see a problem there with the pythonic range() function. I suggest to create syntax that can express closed, partially closed and open intervals. And make it always requiring two arguments. As it is now, people have to know the quirks of python to understand what this schema wants to say. The meaning should be clear on first look.