Solution to the 99 LISP Problems #34
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
Lisp dialect: Steel Bank Common Lisp
Solution to the 99 LISP Problems #34
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
Lisp dialect: Steel Bank Common Lisp
Solution to the 99 LISP Problems #31
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
Lisp dialect: Steel Bank Common Lisp
Solution to the 99 LISP Problems #33
1 2 3 4 5 6 7 |
|
Lisp dialect: Steel Bank Common Lisp
Solution to the 99 LISP Problems #32
1 2 3 4 |
|
Lisp dialect: Steel Bank Common Lisp
So, today I decided to take Julia for a spin because, finally, it has a stable version available in the Arch community repo. I tried it with the Project Euler problems to get started. Here is a bunch of code in Julia that solves problems 1 - 10 of Project Euler. I have been watching a lot of videos on the language. I will probably follow up with a post on initial thoughts about the language.