lispe

所属分类:数据结构
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-06-26 14:16:55
上 传 者sh-1993
说明:  一个具有数据结构、模式编程和高级函数的成熟Lisp解释器的实现...
(An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell.)

文件列表:
LICENSE (1491, 2023-12-06)
Makefile (2585, 2023-12-06)
Makefile.in (228, 2023-12-06)
NOTICE (5158, 2023-12-06)
Xcode/ (0, 2023-12-06)
Xcode/lispegui/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.pbxproj (40443, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/contents.xcworkspacedata (200, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcshareddata/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (238, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings (181, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcuserdata/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcuserdata/roux.xcuserdatad/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcuserdata/roux.xcuserdatad/IDEFindNavigatorScopes.plist (182, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcuserdata/roux.xcuserdatad/UserInterfaceState.xcuserstate (840221, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcuserdata/roux.xcuserdatad/WorkspaceSettings.xcsettings (561, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcuserdata/rouxclaude.xcuserdatad/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcuserdata/rouxclaude.xcuserdatad/IDEFindNavigatorScopes.plist (182, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/project.xcworkspace/xcuserdata/rouxclaude.xcuserdatad/UserInterfaceState.xcuserstate (140787, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/roux.xcuserdatad/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/roux.xcuserdatad/xcdebugger/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/roux.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist (140, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/roux.xcuserdatad/xcschemes/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/roux.xcuserdatad/xcschemes/Tamgu.xcscheme (4812, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/roux.xcuserdatad/xcschemes/xcschememanagement.plist (657, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/rouxclaude.xcuserdatad/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/rouxclaude.xcuserdatad/xcdebugger/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/rouxclaude.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist (11258, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/rouxclaude.xcuserdatad/xcschemes/ (0, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/rouxclaude.xcuserdatad/xcschemes/Tamgu.xcscheme (4295, 2023-12-06)
Xcode/lispegui/LispE.xcodeproj/xcuserdata/rouxclaude.xcuserdatad/xcschemes/xcschememanagement.plist (657, 2023-12-06)
Xcode/lispegui/LispE/ (0, 2023-12-06)
Xcode/lispegui/LispE/AppDelegate.h (569, 2023-12-06)
Xcode/lispegui/LispE/AppDelegate.m (4410, 2023-12-06)
Xcode/lispegui/LispE/AppIcon.icns (1123276, 2023-12-06)
... ...

# LispE: Lisp Elémentaire Hello, Welcome to __Lisp Elémentaire__, a version of Lisp that is both compact and offers a remarkable variety of functional and array language features. The code also comes with a small internal editor from another NAVER's project: [TAMGU](https://github.com/naver/tamgu). The main goal of __LispE__ is to provide a multi-platform language that can harness the power of functional languages with array languages. The real strength of the Lisp language, of which _LispE_ is a dialect, is its very simple but incredible versatile formalism that helps combining all these programming trends together in one single language. I based a large part of this work on the following article: [The Root of Lisp](http://www.paulgraham.com/rootsoflisp.html). * The description of the language is available here: [Introduction to LispE](https://github.com/naver/lispe/wiki/1.-Introduction) * A help to the available functions is here: [LispE Language Description](https://github.com/naver/lispe/wiki/5.-Description-of-Functions,-Operators-and-Libraries) * The wiki index is here: [HOME](https://github.com/naver/lispe/wiki) ## CHECK binaries We have stashed [here](https://github.com/naver/lispe/tree/master/binaries) precompiled versions for Window and Mac OS (including M1)... ## Modern Functional Properties __LispE__ provides an alternative to parentheses with the [composition operator: "."](https://github.com/naver/lispe/wiki/5.-Description-of-Functions,-Operators-and-Libraries#composition-): ```Lisp (sum (numbers 1 2 3)) can be written (sum . numbers 1 2 3) ``` __LispE__ provides also some interesting properties such as: [Data Structures](https://github.com/naver/lispe/wiki/6.7-Data-Structures) Finally, __LispE__ can also be used as a _Shell_: [Shell](https://github.com/naver/lispe/wiki/7.-Shell) Come and discover __LispE__: the __Lisp Elémentaire__. ## But also array language capabilities Thanks to an internal structure implemented with [arrays](https://github.com/naver/lispe/wiki/2.3-Lists), we also provide some array operators. See: [Array Operators](https://github.com/naver/lispe/wiki/5.3-A-la-APL) ## Play with it We provide a fun little program to discover some of the most interesting aspects of LispE: [minzork](https://github.com/naver/lispe/blob/master/examples/patterns/minizork_en.lisp) _Have a look and try it_ ## License BSD 3-Clause License ``` LispE Copyright (c) 2020-present NAVER Corp. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ```

近期下载者

相关文件


收藏者