My Lisp

My Lisp


A Lisp interpreter


$3.99

2.02for iPhone, iPad and more
8.1
17 Ratings
Laurent Rodier
Developer
14.1 MB
Size
Feb 19, 2024
Update Date
#55
in Developer Tools
4+
Age Rating
Age Rating
4+
Apps in this category do not contain restricted content.
9+
Apps in this category may contain mild or occasional cartoon, fantasy or real-life violence, as well as occasional or mild adult, sexually suggestive or horrifying content and may not be suitable for children under 9 years of age.
12+
Apps in this category may contain occasional mild indecent language, frequent or intense cartoon or real-life violence, minor or occasional adult or sexually suggestive material, and simulated gambling, and may be for children under 12 years of age.
17+
You must be at least 17 years old to access this App.
Apps in this category may contain frequent and intense offensive language; Frequent and intense cartoon, fantasy or realistic violence: frequent and intense adult, scary and sexually suggestive subjects: as well as sexual content, nudity, tobacco, alcohol and drugs, may not be suitable for children under 17 years of age.
My Lisp Screenshots
My Lisp posterMy Lisp posterMy Lisp posterMy Lisp posterMy Lisp posterMy Lisp posterMy Lisp posterMy Lisp poster
My Lisp posterMy Lisp posterMy Lisp posterMy Lisp posterMy Lisp posterMy Lisp posterMy Lisp poster

About 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 More

What's New in the Latest Version 2.02

Last updated on Feb 19, 2024
Old Versions
- Inspector window.
- Debugger.
- New examples.
- Minor fixes.
- Documentation and user manual.
Show More
Version History
2.02
Feb 19, 2024
- Inspector window.
- Debugger.
- New examples.
- Minor fixes.
- Documentation and user manual.
2.01
Apr 10, 2023
- New radix library file.
- New examples.
- Fix unicode characters handling.
- UI fixes.
- Documentation and user manual.
2.00
Sep 18, 2022
- User interface changes.
- New examples files.
- Minor fixes.
- Documentation and user manual.
1.90
Jun 30, 2022
- Fix strings handling.
- Fix printing of self-referencing expressions.
- New OPTIONS::KEYBOARD-MODE option function.
- Documentation and user manual.
1.89
Apr 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.
1.88
Mar 4, 2022
- Integers and rationals.
- READ with parameter.
- Fixes: SET!, LIST->STRING.
- Changes: dictionary functions.
- UI changes and fixes.
- Documentation and user manual.
1.87
Jan 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.

1.86
Jan 13, 2022
- iOS/iPadOS 15 support.
- UI changes and fixes.
- Documentation and user manual.
1.85
Apr 10, 2021
- New output options.
- Drag&drop support.
- UI changes and fixes.
- Documentation and user manual.
1.84
Feb 1, 2021
- Editor search/replace commands.
- Editor comment/uncomment commands.
- Editor lines toggle option.
- Universal application.
- Minor fixes.
- Documentation and user manual.
1.83
Dec 18, 2020
- AND and OR revision.
- New SICP examples.
- Minor fixes.
- Documentation and user manual.
1.82
Dec 7, 2020
- SYS::TRACE and SYS::UNTRACE functions.
- New trace options.
- UI changes and fixes.
- Documentation and manuals.

1.81
Nov 16, 2020
- New reference manual.
- New SICP examples.
- UI changes and fixes.
- Documentation and user manual.
1.80
Oct 21, 2020
- Indentation shortcuts.
- UI changes and fixes.
- Documentation and user manual.

1.79
Sep 6, 2020
- Keyboard shortcuts.
- Mouse support.
- Line numbers in editor.
- Bug fixes.
- Documentation and user manual.
1.78
Aug 3, 2020
- Closure function.
- Le_Lisp example file.
- Bug fixes.
- Documentation and user manual.
1.77
Jul 19, 2020
- Numbers output format.
- Bug fixes.
- Documentation and user manual.
1.76
Jul 11, 2020
- Lambda Calculus library file.
- MacLisp and Lisp 1.5 examples.
- Sorting examples.
- Stack and dictionary examples.
- Reorganization of examples and libraries.
- Minor fixes.
- Documentation and user manual.
1.75
May 18, 2020
- New trace mode.
- != comparison.
- Math comparison operators extended to all expressions.
- New sample files.
- Minor fixes.
- Documentation and user manual.
1.74
May 4, 2020
- DEFINE with default values.
- SET! on specific environment.
- SET!!, SUBST and SUBST*.
- Symbolic derivation fixes.
- Documentation and user manual.
1.73
Apr 7, 2020
- Dotted pairs parsing.
- UI changes and fixes.
- Documentation and user manual.
1.72
Mar 17, 2020
- Commands history.
- Stack overflow management.
- Disable read/only mode upon loading user file.
- SET! now works with formal parameters.
- Minor UI changes and fixes.
- Documentation and user manual.
1.71
Mar 2, 2020
- Left/right parenthesis matching.
- Immediate stop of EVAL on user request.
- Minor UI changes and fixes.
- Documentation and user manual.
1.70
Oct 9, 2019
- iOS 13 support.
- Minor UI changes and fixes.
- Documentation and user manual.
1.69
Aug 25, 2019
- New infix expressions sample.
- New regression tests from R5RS in sample.
- Regression tests usage from infix and others.
- Fix LET function.
- Documentation and user manual.

My Lisp FAQ

Click here to learn how to download My Lisp in restricted country or region.
Check the following list to see the minimum requirements of My Lisp.
iPhone
Requires iOS 17.0 or later.
iPad
Requires iPadOS 17.0 or later.
Mac
Requires macOS 14.0 or later.
My Lisp supports English

My Lisp Alternative

You May Also Like

Get more from Laurent Rodier