My Lisp

My Lisp


A Lisp interpreter


¥600Best Deal Ever
2.02for iPhone, iPad and more
8.1
17 Ratings
Laurent Rodier
Developer
14.1MB
Size
2024年02月19日
Update Date
#59
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 スクリーンショット
My Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスター
My Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスターMy Lisp ポスター

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

最新バージョン 2.02 の更新情報

Last updated on 2024年02月19日
旧バージョン
- Inspector window.
- Debugger.
- New examples.
- Minor fixes.
- Documentation and user manual.
Show More
Version History
2.02
2024年02月19日
- Inspector window.
- Debugger.
- New examples.
- Minor fixes.
- Documentation and user manual.
2.01
2023年04月10日
- New radix library file.
- New examples.
- Fix unicode characters handling.
- UI fixes.
- Documentation and user manual.
2.00
2022年09月18日
- User interface changes.
- New examples files.
- Minor fixes.
- Documentation and user manual.
1.90
2022年06月30日
- Fix strings handling.
- Fix printing of self-referencing expressions.
- New OPTIONS::KEYBOARD-MODE option function.
- Documentation and user manual.
1.89
2022年04月09日
- 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
2022年03月04日
- Integers and rationals.
- READ with parameter.
- Fixes: SET!, LIST->STRING.
- Changes: dictionary functions.
- UI changes and fixes.
- Documentation and user manual.
1.87
2022年01月30日
- 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
2022年01月13日
- iOS/iPadOS 15 support.
- UI changes and fixes.
- Documentation and user manual.
1.85
2021年04月10日
- New output options.
- Drag&drop support.
- UI changes and fixes.
- Documentation and user manual.
1.84
2021年02月01日
- Editor search/replace commands.
- Editor comment/uncomment commands.
- Editor lines toggle option.
- Universal application.
- Minor fixes.
- Documentation and user manual.
1.83
2020年12月18日
- AND and OR revision.
- New SICP examples.
- Minor fixes.
- Documentation and user manual.
1.82
2020年12月07日
- SYS::TRACE and SYS::UNTRACE functions.
- New trace options.
- UI changes and fixes.
- Documentation and manuals.

1.81
2020年11月16日
- New reference manual.
- New SICP examples.
- UI changes and fixes.
- Documentation and user manual.
1.80
2020年10月21日
- Indentation shortcuts.
- UI changes and fixes.
- Documentation and user manual.

1.79
2020年09月06日
- Keyboard shortcuts.
- Mouse support.
- Line numbers in editor.
- Bug fixes.
- Documentation and user manual.
1.78
2020年08月03日
- Closure function.
- Le_Lisp example file.
- Bug fixes.
- Documentation and user manual.
1.77
2020年07月19日
- Numbers output format.
- Bug fixes.
- Documentation and user manual.
1.76
2020年07月11日
- 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
2020年05月18日
- New trace mode.
- != comparison.
- Math comparison operators extended to all expressions.
- New sample files.
- Minor fixes.
- Documentation and user manual.
1.74
2020年05月04日
- DEFINE with default values.
- SET! on specific environment.
- SET!!, SUBST and SUBST*.
- Symbolic derivation fixes.
- Documentation and user manual.
1.73
2020年04月07日
- Dotted pairs parsing.
- UI changes and fixes.
- Documentation and user manual.
1.72
2020年03月17日
- 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
2020年03月02日
- Left/right parenthesis matching.
- Immediate stop of EVAL on user request.
- Minor UI changes and fixes.
- Documentation and user manual.
1.70
2019年10月09日
- iOS 13 support.
- Minor UI changes and fixes.
- Documentation and user manual.
1.69
2019年08月25日
- 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 価格

今日:
¥600
最低価格:
¥600
最高価格:
¥650

My Lisp FAQ

ここをクリック!地理的に制限されているアプリのダウンロード方法をご参考ください。
次のリストをチェックして、My Lispの最低システム要件をご確認ください。
iPhone
iOS 17.0以降が必要です。
iPad
iPadOS 17.0以降が必要です。
Mac
macOS 14.0以降が必要です。
My Lispは次の言語がサポートされています。 英語

My Lispの類似アプリ

あなたも好きかも

Laurent Rodier からもっと手に入れる