-
Notifications
You must be signed in to change notification settings - Fork 0
Look at some other lisps #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Not made any real progress on this, but I should add:
|
skx
added a commit
that referenced
this issue
Dec 19, 2022
This pull-request adds the various string-comparison methods, and uses them to implement a flexible sort-by method - which the user can supply a comparison method to. The sort-by method is tested by sorting an array of structures by one of two fields. This updates #115.
|
|
skx
added a commit
that referenced
this issue
Dec 20, 2022
Using those, well just atan, I could derive a value for PI, so added that to the standard-library. This updates #115.
skx
added a commit
that referenced
this issue
Dec 27, 2022
This was inspired by klisp, and updates #115
skx
added a commit
that referenced
this issue
Jan 11, 2023
This updates #115 by adding a bunch of stack-related primitives, however I've yet to add test-cases or documentation..
Interesting reading the emacs notes: Specifically the idea of min/max argument numbers, and again with the integrated docstring/documentation. More to explore there for sure. |
skx
added a commit
that referenced
this issue
Feb 12, 2023
As inspired by Owl. This is part of #115.
This was referenced Feb 12, 2023
Closed
skx
added a commit
that referenced
this issue
Apr 10, 2023
This was inspired by looking at other lisps, in #115, and allows us to return the body of a lisp function.
Closing this as I think I've been inspired enough :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Partly for inspiration and partly for reference:
The text was updated successfully, but these errors were encountered: