---
title: "My Lisp - Bewertungen, Einnahmen und Downloads in Vereinigte Staaten | Apple App Store"
description: "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 op"
---

# My Lisp — Vereinigte Staaten
> A Lisp interpreter

![My Lisp App Icon](https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/af/74/de/af74def8-d425-1d2b-25fd-696f28c5e3f9/AppIcon-0-1x_U007emarketing-0-0-0-8-0-0-85-220-0.png/434x0w.png)

**Developer:** [Laurent Rodier](https://apptail.io/de/developer/laurent-rodier-DIH) (Italien)
**Category:** Developer Tools
**Rating:** 4.1/5 (17 ratings)
**Price:** Free
**Bundle ID:** net.lsrodier.MyLisp
**Store:** Apple App Store
**Country:** Vereinigte Staaten
**Version:** 2.14 (released 2025-03-09)
**Original Release:** 2017-11-07
**Languages:** English

**App Store Link:** [Download on Apple App Store](https://apps.apple.com/us/app/app/id1245341806)
**AppTail Page:** [https://apptail.io/de/app/my-lisp-BUJb/united-states](https://apptail.io/de/app/my-lisp-BUJb/united-states)

## My Lisp Description
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 ( 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)))))

## My Lisp Screenshots
- [Screenshot 1](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/7f/06/30/7f06306d-c483-5fdd-0177-64b3d5865685/7e59b01a-ad98-4a0c-bf38-97cf5f51213b_01.PNG/1284x2778.png)
- [Screenshot 2](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/ab/71/25/ab71255e-5b64-5a20-dc97-534fac5a7dff/855827a8-306d-4c8a-afee-6909ac15a83e_IMG_6204.PNG/1284x2778.png)
- [Screenshot 3](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/44/ae/60/44ae600a-2097-b3f0-e919-e1cfef9cf666/c260404d-383f-4fd6-b3bb-dea02dab029c_IMG_6208.PNG/1284x2778.png)
- [Screenshot 4](https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/09/8b/ae/098bae69-38e9-01c2-9fce-fe1a30300046/ddc6eed0-e7fe-465b-9b51-99b7c1efd6b9_IMG_6205.PNG/1284x2778.png)
- [Screenshot 5](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/6e/a6/a2/6ea6a251-b88f-01b7-c59f-3416ba3fe3a4/09f6fa12-351e-4dd9-8565-3982120b7291_IMG_6206.PNG/1284x2778.png)
- [Screenshot 6](https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/ef/39/53/ef3953c1-a9d6-8ee9-a40e-86dd190fef28/4c27c400-9ab1-4c5d-b7a6-f68eadf44050_IMG_6207.PNG/1284x2778.png)
- [Screenshot 7](https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/79/7f/bc/797fbc52-52e2-feac-038d-d7f5513ccfbb/2b371b78-0dd3-4c71-ab65-4d237b8c1c46_IMG_6209.PNG/1284x2778.png)
- [Screenshot 8](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/f1/a8/7d/f1a87df1-aa06-9e7e-94bc-2f6d68c695b4/94a90a59-d876-462e-88e1-3a1c677664e8_IMG_6224.PNG/1284x2778.png)
- [Screenshot 9](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/67/a3/89/67a38943-eee7-ff9b-1e40-3de4a28a8133/3f3f32ef-f2d8-4a3e-8656-6e79080b252d_IMG_6223.PNG/1284x2778.png)

## My Lisp Rating Breakdown in Vereinigte Staaten
- 5 stars: 10 (59%)
- 4 stars: 4 (24%)
- 3 stars: 0 (0%)
- 2 stars: 0 (0%)
- 1 stars: 3 (18%)

## My Lisp Reviews in Vereinigte Staaten

### ***** "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.
-- W_H, 2022-02-17

### *---- "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.
-- Lidia Monroe, 2020-09-10

### ***** "Get it, use it, you won’t regret it"
Has parens matching now. Keeps getting better and better.
-- DarkRadon, 2020-07-19

### ****- "Great app. Missing parentheses matching."
A well implemented app with files app integration and a syntax highlighting editor. If only the app had parentheses matching, this app would rock as hell. Love it, none the less.
-- Kaysov, 2019-09-08

### *---- "Undefined functions"
It’s wast of money since most of functions in Autolisp language is not defined in library of this app . For example setq Getint getpoint and so on . Idk how should i use this app considering this point .

Reply to developer : 
Could you tell me where i would be able to find list of functions in this program ( in order to find equivalent ones to Aulolisp)
-- bm_mehran, 2019-05-20

### ***** "Amazing"
I’m in love with this app. The experience of reading the lambda white paper and being able to work through it myself ON MY iPHONE is phenomenal. To any philosophers-in-training out there who are studying “quantitative reasoning,” buy this app now and you can stop asking “what will I use symbolic logic for.” It’s like giving Plato a graphing calculator. Plato’s updated slogan may as well be “let no one know enter philosophy who does not know Lisp.”
-- OneTrackSystem, 2019-01-13

### ***** "Simply Awesome"
This app is awesome. It’s simple, minimal and easy to use if you know the lisp language. 

I wish it had graphics capability for games, artwork and charting, sound/ audio capabilities and some interactive capability for screen touch and screen orientation like Pythonista and Codea provide. 

And access to system functions like the date and time and filesystem.

I wish it had a prolog interpreter with lisp source available and an external repository of lisp code like rosettacode.org
-- jedishrfu, 2018-11-01

[View all My Lisp reviews and detailed analytics on AppTail](https://apptail.io/de/account/signup?utm_campaign=ai-crawl&amp;utm_content=reviews)


## My Lisp Store Rankings
| Chart | Country | Category | Rank |
|-------|---------|----------|------|
| Top Bezahlt | Japan | Developer Tools | #16 |
| Top Bezahlt | Neuseeland | Developer Tools | #27 |
| Top Bezahlt | Schweden | Developer Tools | #29 |
| Top Bezahlt | Schweiz | Developer Tools | #30 |
| Top Bezahlt | Österreich | Developer Tools | #31 |
| Top Bezahlt | Libanon | Developer Tools | #35 |
| Top Bezahlt | Frankreich | Developer Tools | #35 |
| Top Bezahlt | Irland | Developer Tools | #37 |
| Top Bezahlt | Kolumbien | Developer Tools | #38 |
| Top Bezahlt | Finnland | Developer Tools | #38 |
| Top Bezahlt | Belarus | Developer Tools | #40 |
| Top Bezahlt | Norwegen | Developer Tools | #40 |
| Top Bezahlt | Russland | Developer Tools | #41 |
| Top Bezahlt | Chile | Developer Tools | #42 |
| Top Bezahlt | Vereinigtes Königreich | Developer Tools | #42 |
| Top Bezahlt | Dänemark | Developer Tools | #43 |
| Top Bezahlt | Belgien | Developer Tools | #43 |
| Top Bezahlt | Südkorea | Developer Tools | #46 |
| Top Bezahlt | Deutschland | Developer Tools | #46 |
| Top Bezahlt | Italien | Developer Tools | #47 |
| Top Bezahlt | Niederlande | Developer Tools | #47 |
| Top Bezahlt | Peru | Developer Tools | #48 |
| Top Bezahlt | Kanada | Developer Tools | #48 |
| Top Bezahlt | Portugal | Developer Tools | #51 |
| Top Bezahlt | Spanien | Developer Tools | #58 |
| Top Bezahlt | Rumänien | Developer Tools | #59 |
| Top Bezahlt | Ukraine | Developer Tools | #60 |
| Top Bezahlt | Thailand | Developer Tools | #62 |
| Top Umsatz | Japan | Developer Tools | #63 |
| Top Bezahlt | Argentinien | Developer Tools | #64 |
| Top Bezahlt | Sonderverwaltungsregion Hongkong | Developer Tools | #67 |
| Top Bezahlt | Singapur | Developer Tools | #68 |
| Top Bezahlt | China | Developer Tools | #68 |
| Top Bezahlt | Tschechien | Developer Tools | #70 |
| Top Bezahlt | Taiwan | Developer Tools | #70 |
| Top Bezahlt | Mexiko | Developer Tools | #71 |
| Top Bezahlt | Vereinigte Staaten | Developer Tools | #72 |
| Top Bezahlt | Brasilien | Developer Tools | #72 |
| Top Bezahlt | Australien | Developer Tools | #76 |
| Top Umsatz | Libanon | Developer Tools | #76 |
| Top Bezahlt | Israel | Developer Tools | #83 |
| Top Bezahlt | Kasachstan | Developer Tools | #86 |
| Top Bezahlt | Polen | Developer Tools | #88 |
| Top Umsatz | Belarus | Developer Tools | #99 |
| Top Bezahlt | Südafrika | Developer Tools | #112 |
| Top Bezahlt | Malaysia | Developer Tools | #117 |
| Top Bezahlt | Türkei | Developer Tools | #121 |
| Top Bezahlt | Saudi-Arabien | Developer Tools | #147 |

## My Lisp Discovered Keywords
- lambda

## Apps Similar to My Lisp
- [Continuous .NET C# and F# IDE](https://apptail.io/de/app/continuous-net-c-and-f-ide-IPR/united-states)
- [LispPad Go](https://apptail.io/de/app/lisppad-go-opJb/united-states)
- [BASIC: programming language](https://apptail.io/de/app/basic-programming-language-BpJb/united-states)
- [Code - Compile &amp; Run Program](https://apptail.io/de/app/code-compile-run-program-RIzc/united-states)
- [SQLed - SQL Database Manager](https://apptail.io/de/app/sqled-sql-database-manager-ORCc/united-states)
- [OCaml: Learn &amp; Code](https://apptail.io/de/app/ocaml-learn-code-ALZc/united-states)
- [Code Recipes Pro](https://apptail.io/de/app/code-recipes-pro-CIVd/united-states)
- [luai5.2.1$](https://apptail.io/de/app/luai521-sLae/united-states)
- [myActor](https://apptail.io/de/app/myactor-hSBe/united-states)
- [Melbourne Sandbox](https://apptail.io/de/app/melbourne-sandbox-dClj/united-states)

## My Lisp Available In
- [Vereinigte Staaten](https://apptail.io/de/app/my-lisp-BUJb/united-states)
- [Vereinigtes Königreich](https://apptail.io/de/app/my-lisp-BUJb/united-kingdom)
- [Russland](https://apptail.io/de/app/my-lisp-BUJb/russia)
- [China](https://apptail.io/de/app/my-lisp-BUJb/china)
- [Deutschland](https://apptail.io/de/app/my-lisp-BUJb/germany)
- [Niederlande](https://apptail.io/de/app/my-lisp-BUJb/netherlands)
- [Japan](https://apptail.io/de/app/my-lisp-BUJb/japan)
- [Kanada](https://apptail.io/de/app/my-lisp-BUJb/canada)
- [Schweiz](https://apptail.io/de/app/my-lisp-BUJb/switzerland)
- [Frankreich](https://apptail.io/de/app/my-lisp-BUJb/france)
- [Sonderverwaltungsregion Hongkong](https://apptail.io/de/app/my-lisp-BUJb/hong-kong)
- [Österreich](https://apptail.io/de/app/my-lisp-BUJb/austria)
- [Irland](https://apptail.io/de/app/my-lisp-BUJb/ireland)
- [Schweden](https://apptail.io/de/app/my-lisp-BUJb/sweden)
- [Finnland](https://apptail.io/de/app/my-lisp-BUJb/finland)
- [Ecuador](https://apptail.io/de/app/my-lisp-BUJb/ecuador)
- [Estland](https://apptail.io/de/app/my-lisp-BUJb/estonia)
- [Ägypten](https://apptail.io/de/app/my-lisp-BUJb/egypt)
- [Spanien](https://apptail.io/de/app/my-lisp-BUJb/spain)
- [Griechenland](https://apptail.io/de/app/my-lisp-BUJb/greece)
- [Kroatien](https://apptail.io/de/app/my-lisp-BUJb/croatia)
- [Ungarn](https://apptail.io/de/app/my-lisp-BUJb/hungary)
- [Indonesien](https://apptail.io/de/app/my-lisp-BUJb/indonesia)
- [Israel](https://apptail.io/de/app/my-lisp-BUJb/israel)
- [Indien](https://apptail.io/de/app/my-lisp-BUJb/india)
- [Italien](https://apptail.io/de/app/my-lisp-BUJb/italy)
- [Südkorea](https://apptail.io/de/app/my-lisp-BUJb/south-korea)
- [Kuwait](https://apptail.io/de/app/my-lisp-BUJb/kuwait)
- [Kasachstan](https://apptail.io/de/app/my-lisp-BUJb/kazakhstan)
- [Libanon](https://apptail.io/de/app/my-lisp-BUJb/lebanon)
- [Sri Lanka](https://apptail.io/de/app/my-lisp-BUJb/sri-lanka)
- [Madagaskar](https://apptail.io/de/app/my-lisp-BUJb/madagascar)
- [Mexiko](https://apptail.io/de/app/my-lisp-BUJb/mexico)
- [Malaysia](https://apptail.io/de/app/my-lisp-BUJb/malaysia)
- [Nigeria](https://apptail.io/de/app/my-lisp-BUJb/nigeria)
- [Norwegen](https://apptail.io/de/app/my-lisp-BUJb/norway)
- [Neuseeland](https://apptail.io/de/app/my-lisp-BUJb/new-zealand)
- [Peru](https://apptail.io/de/app/my-lisp-BUJb/peru)
- [Philippinen](https://apptail.io/de/app/my-lisp-BUJb/philippines)
- [Pakistan](https://apptail.io/de/app/my-lisp-BUJb/pakistan)
- [Polen](https://apptail.io/de/app/my-lisp-BUJb/poland)
- [Portugal](https://apptail.io/de/app/my-lisp-BUJb/portugal)
- [Rumänien](https://apptail.io/de/app/my-lisp-BUJb/romania)
- [Saudi-Arabien](https://apptail.io/de/app/my-lisp-BUJb/saudi-arabia)
- [Singapur](https://apptail.io/de/app/my-lisp-BUJb/singapore)
- [Thailand](https://apptail.io/de/app/my-lisp-BUJb/thailand)
- [Türkei](https://apptail.io/de/app/my-lisp-BUJb/turkey)
- [Taiwan](https://apptail.io/de/app/my-lisp-BUJb/taiwan)
- [Ukraine](https://apptail.io/de/app/my-lisp-BUJb/ukraine)
- [Usbekistan](https://apptail.io/de/app/my-lisp-BUJb/uzbekistan)
- [Vietnam](https://apptail.io/de/app/my-lisp-BUJb/vietnam)
- [Vereinigte Arabische Emirate](https://apptail.io/de/app/my-lisp-BUJb/united-arab-emirates)
- [Südafrika](https://apptail.io/de/app/my-lisp-BUJb/south-africa)
- [Armenien](https://apptail.io/de/app/my-lisp-BUJb/armenia)
- [Argentinien](https://apptail.io/de/app/my-lisp-BUJb/argentina)
- [Australien](https://apptail.io/de/app/my-lisp-BUJb/australia)
- [Aserbaidschan](https://apptail.io/de/app/my-lisp-BUJb/azerbaijan)
- [Belgien](https://apptail.io/de/app/my-lisp-BUJb/belgium)
- [Brunei Darussalam](https://apptail.io/de/app/my-lisp-BUJb/brunei)
- [Brasilien](https://apptail.io/de/app/my-lisp-BUJb/brazil)
- [Belarus](https://apptail.io/de/app/my-lisp-BUJb/belarus)
- [Chile](https://apptail.io/de/app/my-lisp-BUJb/chile)
- [Kolumbien](https://apptail.io/de/app/my-lisp-BUJb/colombia)
- [Tschechien](https://apptail.io/de/app/my-lisp-BUJb/czechia)
- [Dänemark](https://apptail.io/de/app/my-lisp-BUJb/denmark)
- [Dominikanische Republik](https://apptail.io/de/app/my-lisp-BUJb/dominican-republic)
- [Algerien](https://apptail.io/de/app/my-lisp-BUJb/algeria)

---

## About AppTail

[AppTail](https://apptail.io/de) is a mobile app intelligence platform providing app analytics, ASO (App Store Optimization) tools, keyword tracking, competitor analysis, revenue estimates, and review monitoring for iOS App Store apps. Track your app's performance, discover ranking keywords, monitor competitors, and analyze market trends.

- [Search Apps](https://apptail.io/de)
- [Top Charts](https://apptail.io/de/top-iphone-apps)
- [Sign Up for Full Access](https://apptail.io/de/account/signup?utm_campaign=ai-crawl&amp;utm_content=footer)

*Data provided by [AppTail](https://apptail.io/de) - Mobile App Intelligence Platform*
