All Projects → naver → Lispe

naver / Lispe

Licence: other
An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell.

Programming Languages

c
50402 projects - #5 most used programming language
language
365 projects
lisp
113 projects

Projects that are alternatives of or similar to Lispe

Sniprun
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
Stars: ✭ 93 (-11.43%)
Mutual labels:  interpreter
Hxd Plugin Framework
Plugin framework for HxD's data inspector
Stars: ✭ 98 (-6.67%)
Mutual labels:  data-structures
Bit
Bitset data structure
Stars: ✭ 100 (-4.76%)
Mutual labels:  data-structures
Pkucourse
北大计算机课程大作业
Stars: ✭ 1,322 (+1159.05%)
Mutual labels:  data-structures
Scalacaster
Purely Functional Algorithms and Data Structures in Scala
Stars: ✭ 1,342 (+1178.1%)
Mutual labels:  data-structures
Softuni
SoftUni Courses
Stars: ✭ 98 (-6.67%)
Mutual labels:  data-structures
Wasm Forth
A Forth implementation compiling to WebAssembly.
Stars: ✭ 92 (-12.38%)
Mutual labels:  interpreter
Daily Coding Problem
Solutions to Daily Coding Problem in Javascript
Stars: ✭ 102 (-2.86%)
Mutual labels:  data-structures
Mystl
C++11 实现的简易版 STL
Stars: ✭ 97 (-7.62%)
Mutual labels:  data-structures
Flatqueue
A very fast and simple JavaScript priority queue
Stars: ✭ 98 (-6.67%)
Mutual labels:  data-structures
Competitive Programming
My solutions to problems from various competitive programming websites.
Stars: ✭ 93 (-11.43%)
Mutual labels:  data-structures
Must Do Coding Questions
GeeksforGeeks Must-Do-Coding-Questions Solutions
Stars: ✭ 96 (-8.57%)
Mutual labels:  data-structures
Algorithms
Algorithms and data structures implemented in JavaScript with explanations, for further readings
Stars: ✭ 99 (-5.71%)
Mutual labels:  data-structures
Bloomex
🌺 A pure Elixir implementation of Scalable Bloom Filters
Stars: ✭ 93 (-11.43%)
Mutual labels:  data-structures
Pydsa
Not maintained in favor of: https://github.com/TheAlgorithms/Python
Stars: ✭ 100 (-4.76%)
Mutual labels:  data-structures
Mages
🎩 MAGES is a very simple, yet powerful, expression parser and interpreter.
Stars: ✭ 92 (-12.38%)
Mutual labels:  interpreter
Merkle.rs
🎄 Merkle tree in Rust
Stars: ✭ 98 (-6.67%)
Mutual labels:  data-structures
Root
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
Stars: ✭ 1,377 (+1211.43%)
Mutual labels:  interpreter
Data Structures And Algorithms
A collection of some implementations of data structures and algorithms.
Stars: ✭ 101 (-3.81%)
Mutual labels:  data-structures
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+15249.52%)
Mutual labels:  data-structures

LispE: Lisp Elémentaire

Hello,

Welcome to Lisp Elémentaire, a version of Lisp that is ultra-minimal but contains all the basic instructions of the language. The code also comes with a small internal editor from another NAVER's project: TAMGU.

LispE has different goals:

  • To show how to easily implement a powerful and extensible Lisp interpreter in C++.
  • To provide a real Lisp language that will allow you to discover a really fascinating language ...
  • To provide a code that can be compiled on any Windows, Linux or Mac OS machine, without any fuss

I based a large part of this work on the following article: The Root of Lisp.

CHECK binaries

We have stashed here precompiled versions for Window and Mac OS (including M1)...

Modern Functional Properties

LispE provides also some interesting properties such as: Data Structures

Finally, LispE can also be used as a Shell: Shell

Come and discover LispE: the Lisp Elémentaire.

Play with it

We provide a fun little program to discover some of the most interesting aspects of LispE: minzork

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].