Timeline for Programming Languages Through The Years
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Mar 14, 2019 at 19:05 | comment | added | dfeuer | @Tobia, the "is it a different language" question tends to be a bit tricky for the extended Lisp family. Most of the syntax and a lot of the basic functions go way back. But Scheme feels very different from Lisp, and Racket feels pretty different from classic Scheme. I think this answer would be better if it showed off more distinctively rackety features. | |
| Nov 29, 2016 at 13:12 | comment | added | user61264 | It started as PLT Scheme in 1994. I guess technically Racket is from 2010 as that's when they took that name. It's different enough from regular scheme to be a separate language (for instance things are immutable by default). | |
| Apr 20, 2015 at 21:34 | comment | added | Tobia | Isn't Racket just one of the 30+ implementations of Scheme? As in, Racket : Scheme = GCC : C | |
| Apr 15, 2015 at 8:01 | history | edited | alephalpha | CC BY-SA 3.0 |
edited body
|
| Apr 15, 2015 at 7:34 | comment | added | VisualMelon |
Should it not be if (zero? n) in the gcd?
|
|
| Apr 14, 2015 at 12:18 | history | answered | alephalpha | CC BY-SA 3.0 |