AntonJoha / Lisp

Lisp
MIT License
0 stars 0 forks source link

Make predefined functions #11

Open AntonJoha opened 1 year ago

AntonJoha commented 1 year ago

An open issue with some things that might or might not be implemented in the future

AntonJoha commented 1 year ago

Implement If-else

AntonJoha commented 1 year ago

Implement If-else

https://github.com/AntonJoha/Lisp/issues/12

AntonJoha commented 1 year ago

A standard print function

AntonJoha commented 1 year ago

A function to exit the program

AntonJoha commented 1 year ago

A function to get value at position X in a list

AntonJoha commented 1 year ago

A function to get value at position X in a list

This should also include a shorthanded way of getting the first and last item in a list

AntonJoha commented 1 year ago

A function to make a list out of all the arguments

AntonJoha commented 1 year ago

A function to append something to a list

AntonJoha commented 1 year ago

A function to append something to a list

This should be either, front, back or at position X

AntonJoha commented 1 year ago

Starting with exit in issue #14