My Lisp

My Lisp

A Lisp interpreter

$3.99
Buy now

Details about My Lisp

  • Released
  • Updated
  • iOS Version
  • Age Rating
  • Size
  • Devices
  • Languages

Developer of My Lisp

🙌17
Ratings
🗣❌ unsupported
Your locale
🖼️Download
Icons↘︎

Version History of My Lisp

2.11

September 1, 2024

- New examples. - Fixes for expt function.

2.10

August 15, 2024

- Turtle & logo language. - Inspector editor. - Editor tweaks. - New examples. - Minor fixes. - Documentation and user manual.

More

2.02

February 19, 2024

- Inspector window. - Debugger. - New examples. - Minor fixes. - Documentation and user manual.

More

2.01

April 10, 2023

- New radix library file. - New examples. - Fix unicode characters handling. - UI fixes. - Documentation and user manual.

More

2.00

September 18, 2022

- User interface changes. - New examples files. - Minor fixes. - Documentation and user manual.

More

1.90

June 30, 2022

- Fix strings handling. - Fix printing of self-referencing expressions. - New OPTIONS::KEYBOARD-MODE option function. - Documentation and user manual.

More

1.89

April 9, 2022

- Implicit PROGN in DEFINE. - New regression tests files. - New Primes.lisp file to work with prime numbers. - New number theory functions in Math.lisp. - New Egytian fractions algorithms. - New Tools.lisp functions borrowed from Maclisp and Le_Lisp. - New Tools.lisp function sys::print-values. - Change SICP filter to sicp::filter to avoid conflict with library. - Minor fixes. - Documentation and user manual.

More

1.88

March 4, 2022

- Integers and rationals. - READ with parameter. - Fixes: SET!, LIST->STRING. - Changes: dictionary functions. - UI changes and fixes. - Documentation and user manual.

More

1.87

January 30, 2022

- New repeat and repeat-eval user functions. - New examples from Le Lisp user manual. - Faster I/O engine. - UI changes and fixes. - Documentation and user manual.

More

1.86

January 13, 2022

- iOS/iPadOS 15 support. - UI changes and fixes. - Documentation and user manual.

More

Price History of My Lisp

Description of My Lisp

My Lisp is a complete and universal Lisp environment running directly on the iPhone, iPad, and Mac. This interpreter is true to the original John McCarthy Lisp implementation with the fundamental 7 operators quote, atom, eq, car, cdr, cons, cond, along with lambda and label. My Lisp also contains core and mathematical operators borrowed from other Lisp dialects (Le Lisp, Lisp 1.5, MacLisp, Common Lisp and Scheme to name a few) to make it easy to learn, program, and most importantly, enjoy Lisp. It also features built-in functions for advanced mathematics, including complex numbers and numerical analysis (roots and zeros finder, integral approximation). The complete description of the fundamental, core, and built-in functions is available using a set of library functions completely written in My Lisp. My Lisp offers an interpreter and an editor, all working on the iPhone, iPad, and Mac, and most importantly, without requiring any server connection, that is, the interpreter is executing locally on the iPhone, iPad or Mac My Lisp is installed on. Library and example files contain the source code of classical functions and problems solved by My Lisp and may be used as reference to learn Lisp and develop other programs. They include classical puzzles (hanoi and n-queens), basic mathematical functions (gcd, lcm, factorial, fibonacci, prime?), and the historical apply, mapcar and maplist functions. The Lambda Calculus example file contains various functions related to Lambda Calculus and Combinators, with alpha-conversion, beta-reduction, de Bruijn notations, etc. As a special note, the example file Symbolic Derivation contains a complete yet extensible symbolic derivation module allowing to compute the formal derivation of virtually any symbolic function expressed as a Lisp expression. A user manual and a reference manual are available from within the application but also on My Lisp web site (https://lisp.lsrodier.net) and in Apple Books. The complete source code of the library and example files is part of My Lisp. Last but not least, this overview couldn’t end without a sample definition of the notorious REPL function: (define (REPL eval_me) (REPL (println (eval (read)))))
Show less

My Lisp: FAQ

Is the software for My Lisp compatible with iPads?

My Lisp is available on iPad devices.

Who made the My Lisp app?

The app was developed by Laurent Rodier.

What is the lowest iOS version that My Lisp can run on?

Your iOS device must be running iOS 17.0 or above.

How does the app rank among users?

The My Lisp app receives plenty of reviews and currently has a great user rating of 4.1.

What app category is My Lisp?

Developer Tools Is The App Genre Of The My Lisp App.

Which version of My Lisp is the latest one?

2.11 is the newest version of My Lisp.

When was the last My Lisp update?

The latest My Lisp update came out on September 29, 2024.

When was My Lisp first released?

My Lisp was first released on February 5, 2023.

What’s the age rating for the My Lisp app?

Laurent Rodier: Contains no objectionable material.

What are the languages offered by My Lisp?

The My Lisp app can be used in English.

Can I play My Lisp through Apple Arcade's subscription?

Unfortunately, My Lisp is not on Apple Arcade.

Does My Lisp offer in-app purchases?

Unfortunately, in-app purchases are not available within My Lisp.

Can I utilize My Lisp with Apple Vision Pro?

No, you cannot utilize My Lisp with Apple Vision Pro.

Does My Lisp incorporate ads within the app?

No, My Lisp does not incorporate ads within the app.

Screenshots of My Lisp

My Lisp screenshot #1 for iPhone
My Lisp screenshot #2 for iPhone
My Lisp screenshot #3 for iPhone
My Lisp screenshot #4 for iPhone
My Lisp screenshot #5 for iPhone
My Lisp screenshot #6 for iPhone
My Lisp screenshot #7 for iPhone
My Lisp screenshot #8 for iPhone
My Lisp screenshot #9 for iPhone
My Lisp screenshot #10 for iPhone
iphone
ipad

Alternatives to My Lisp

Charts
Top Paid

📉 31-2

Developer Tools

This app dropped -2 positions in Developer Tools chart.

Last updated on September 29, 2024.

Top Grossing

📉 123-1

Developer Tools

This app dropped -1 position in Developer Tools chart.

Last updated on September 29, 2024.

More Applications by Laurent Rodier

Reviews of My Lisp

Leave a Review My Lisp
  • Very nice iOS implementation

    Nice lisp interpreter I’m on iOS. It’s fast and extensible. Includes a number of examples. Nice editor and other tools included. Can’t beat the price.
  • MAJOR FUNCTIONS MISSING

    This app is useless. Most functions from common lisp say ‘undefined function’. There isn’t even an array function. Basic functions such as defun are missing. Is there a way to get them in there, and if so how to define them? We don’t know because the ‘help’ tab is also useless.

    Developer Response

    The help page provides the list of the functions along with an access to the user manual in PDF format that may answer a few of your questions. The examples may also be a good starting point to understand the difference between My Lisp and the dialect of Lisp you are used to. As far as defun is concerned, the My Lisp “equivalent” is define.
  • Get it, use it, you won’t regret it

    Has parens matching now. Keeps getting better and better.