My Lisp
My Lisp
ダウンロード: App Store

このページはアプリまたはその開発者の公式ページではなく、情報提供および論評を目的として作成された独立した編集出版物です。明示的に別段の記載がない限り、アプリおよびその開発者は、MWM、Apple、Google Play、アプリのパブリッシャー、またはアプリの開発者と提携、承認、後援、認可、またはその他の公式的な関係はなく、このページのいかなる内容も、アプリがMWMのサービスを使用して開発されたことを意味するものではありません。すべての商標、ロゴ、スクリーンショット、その他のコンテンツはそれぞれの所有者の財産です。

ロゴ: My Lisp
ダウンロード: App Store

My Lisp

マッカーシーのオリジナルの7つの演算子と高度な記号導出の力を外出先で活用しましょう。My Lispは、プライバシーとパフォーマンスを重視する学生、研究者、ハッカーのために設計された、iPhone、iPad、Mac向けの完全なローカルファーストプログラミング環境を提供します。

主要数値

ダウンロード

30K+

ユーザー評価

4.3/5

評価数

0

開発元

Laurent Rodier

カテゴリ

Developer Tools

対応言語

1

最新バージョン

2.14

サイズ

18.7 MB

リリース日

2017年11月7日
機能

計算の基礎をマスターする

Appleエコシステム向けに設計されたユニバーサルLisp環境で、歴史的な純粋さと現代のモバイルパフォーマンスを融合させています。

ローカル&プライベートREPL

複雑な関数をiPhone、iPad、Macで直接実行します。インターネット接続は不要で、コードとデータがデバイスから離れることはありません。

学術的優秀性

厳密なコンピュータサイエンス研究のために構築されたツールで、7つの基本演算子、ラムダ計算、記号導出を探求しましょう。

以下のスクリーンショットと説明は、アプリの公式ストアリスティングから直接取得されたものであり、アプリ開発者の所有物です。

アプリストア

スクリーンショット

My Lisp - ハノイの塔の再帰パズルを解くiPhone上のLispインタープリタ

ハノイの塔の再帰パズルを解くiPhone上のLispインタープリタ

My Lisp - 関数型プログラミングの構文とカスタムキーボードを表示するiPhone上のLispコードエディタ。

関数型プログラミングの構文とカスタムキーボードを表示するiPhone上のLispコードエディタ。

My Lisp - My Lispアプリのcar関数のドキュメントページ。概要と説明を表示。

My Lispアプリのcar関数のドキュメントページ。概要と説明を表示。

My Lisp - My Lispモバイルアプリケーションインターフェース内でレンダリングされた緑色のバーンズリーのシダのフラクタル

My Lispモバイルアプリケーションインターフェース内でレンダリングされた緑色のバーンズリーのシダのフラクタル

My Lisp - 検索・置換ツールを備えたコードエディタがiPhone上で表示されているMy Lispアプリのプレイグラウンド

検索・置換ツールを備えたコードエディタがiPhone上で表示されているMy Lispアプリのプレイグラウンド

My Lisp - リスト操作関数と構文ハイライトを表示するMy LispアプリのiPhone用コードエディタ

リスト操作関数と構文ハイライトを表示するMy LispアプリのiPhone用コードエディタ

My Lisp - フィボナッチ関数のトレースがREPLに表示されているiPhone上のMy Lispアプリインターフェース。

フィボナッチ関数のトレースがREPLに表示されているiPhone上のMy Lispアプリインターフェース。

My Lisp - ハノイの塔の再帰アルゴリズムを実行するiPhone上のMy Lispインタープリタ

ハノイの塔の再帰アルゴリズムを実行するiPhone上のMy Lispインタープリタ

My Lisp - フィボナッチ関数のトレースとLispコマンドが表示されたコードインタープリタを示すiPhone上のMy Lispアプリインターフェース

フィボナッチ関数のトレースとLispコマンドが表示されたコードインタープリタを示すiPhone上のMy Lispアプリインターフェース

My Lisp - 関数型プログラミングコードを特徴とするiPhone上のMy Lispアプリのコードエディタ画面。

関数型プログラミングコードを特徴とするiPhone上の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)))))

Download

ダウンロード: App Store

このページはアプリまたはその開発者の公式ページではなく、情報提供および論評を目的として作成された独立した編集出版物です。明示的に別段の記載がない限り、アプリおよびその開発者は、MWM、Apple、Google Play、アプリのパブリッシャー、またはアプリの開発者と提携、承認、後援、認可、またはその他の公式的な関係はなく、このページのいかなる内容も、アプリがMWMのサービスを使用して開発されたことを意味するものではありません。すべての商標、ロゴ、スクリーンショット、その他のコンテンツはそれぞれの所有者の財産です。