Skip to content
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

Look at some other lisps #115

Closed
skx opened this issue Dec 17, 2022 · 5 comments
Closed

Look at some other lisps #115

skx opened this issue Dec 17, 2022 · 5 comments
Assignees

Comments

@skx
Copy link
Owner

skx commented Dec 17, 2022

Partly for inspiration and partly for reference:

@skx
Copy link
Owner Author

skx commented Dec 19, 2022

Not made any real progress on this, but I should add:

  • string= and string<.
    • Once those are present I can add a sort-helper sort-by, as inspired by single_cream.

@skx skx self-assigned this Dec 19, 2022
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
Copy link
Owner Author

skx commented Dec 19, 2022

@skx
Copy link
Owner Author

skx commented Dec 19, 2022

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..
@skx
Copy link
Owner Author

skx commented Jan 28, 2023

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
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.
@skx
Copy link
Owner Author

skx commented Apr 27, 2023

Closing this as I think I've been inspired enough :)

@skx skx closed this as completed Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant