<論文>PC-FORTRANによる小型MINI-Lispシステムへの追加機能
スポンサーリンク
概要
- 論文の詳細を見る
This paper reports extensions to the small Lisp system based on the MINI-LISP developed by E. Goto et al. The system was written in PC-FORTRAN. The extensions were made for general purpose Lisp programming such as in basic university Lisp programming courses. Besides the augmentation of built-in functions, efforts have been made to provide single quote abbreviation for the quote function and the definition of DEFUN. These extensions made the system usable for elementary Lisp programming. Drawbacks still exist especially when used with external editors.
- 北海道東海大学の論文
- 1991-03-20
著者
関連論文
- アセンブリー言語のテイスト : DSPのサバイバル
- プログラミング言語の選択 : Oberonの設計思想と意義について
- 理工学系のWindows環境でのプログラミング : Excelでの経験
- 関数型プログラミングが目指すプログラミング方法論の新たな展開
- Simulaの文字列処理機能と汎用プログラミング言語としての役割について
- PC-FORTRANによる小型MINI-Lispシステムへの追加機能
- PC-FORTRANによる小型Lispシステム
- プログラミング言語における制御構造の変遷 : Algolとその後継言語のfor文を中心として