All Projects → darius → Awklisp

darius / Awklisp

A Lisp interpreter written in Awk.

Programming Languages

language
365 projects
lisp
113 projects
awk
318 projects

Projects that are alternatives of or similar to Awklisp

Wasm Micro Runtime
WebAssembly Micro Runtime (WAMR)
Stars: ✭ 2,440 (+1040.19%)
Mutual labels:  interpreter
Go.vm
A simple virtual machine - compiler & interpreter - written in golang
Stars: ✭ 178 (-16.82%)
Mutual labels:  interpreter
Cub
The Cub Programming Language
Stars: ✭ 198 (-7.48%)
Mutual labels:  interpreter
Covscript
Covariant Script Interpreter
Stars: ✭ 169 (-21.03%)
Mutual labels:  interpreter
Monkey Rust
An interpreter for the Monkey programming language written in Rust
Stars: ✭ 174 (-18.69%)
Mutual labels:  interpreter
Charly
🐈 The Charly Programming Language | Written by @KCreate
Stars: ✭ 185 (-13.55%)
Mutual labels:  interpreter
Boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
Stars: ✭ 2,509 (+1072.43%)
Mutual labels:  interpreter
Codi.vim
📔 The interactive scratchpad for hackers.
Stars: ✭ 2,464 (+1051.4%)
Mutual labels:  interpreter
Alchemyvm
WebAssembly Virtual Machine Built In Elixir
Stars: ✭ 176 (-17.76%)
Mutual labels:  interpreter
Pcbasic
PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
Stars: ✭ 196 (-8.41%)
Mutual labels:  interpreter
Duckscript
Simple, extendable and embeddable scripting language.
Stars: ✭ 169 (-21.03%)
Mutual labels:  interpreter
Fake
嵌入式脚本语言 Lightweight embedded scripting language
Stars: ✭ 172 (-19.63%)
Mutual labels:  interpreter
Hint
Runtime Haskell interpreter
Stars: ✭ 185 (-13.55%)
Mutual labels:  interpreter
Pcgr
Personal Cancer Genome Reporter (PCGR)
Stars: ✭ 168 (-21.5%)
Mutual labels:  interpreter
Retina
A regex-based programming language.
Stars: ✭ 202 (-5.61%)
Mutual labels:  interpreter
Nf Interpreter
⚙️ nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
Stars: ✭ 168 (-21.5%)
Mutual labels:  interpreter
Hscript
Parser and interpreter for Haxe expressions
Stars: ✭ 178 (-16.82%)
Mutual labels:  interpreter
Logo
A Logo interpreter written in Swift
Stars: ✭ 207 (-3.27%)
Mutual labels:  interpreter
Basic
Basic Interpreter for the ESP8266
Stars: ✭ 206 (-3.74%)
Mutual labels:  interpreter
Androrat
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
Stars: ✭ 187 (-12.62%)
Mutual labels:  interpreter

See the Manual file for documentation.

This release also has a Perl version, perlisp, contributed by the Perl Avenger, who writes:

It has new primitives: a reentrant "load", a "trace" command, and more error reporting. Perlisp will attempt to load a program called "testme" before anything else, when it runs. After that, it will load $HOME/.perlisprc if that file exists, before reverting to the interactive read/eval/print loop.

The awk code is still essentially the code posted to alt.sources (May 31, 1994), but with a garbage collector added.

Copyright (c) 1994, 2001 by Darius Bacon.

Permission is granted to anyone to use this software for any purpose on any computer system, and to redistribute it freely, subject to the following restrictions:

  1. The author is not responsible for the consequences of use of this software, no matter how awful, even if they arise from defects in it.

  2. The origin of this software must not be misrepresented, either by explicit claim or by omission.

  3. Altered versions must be plainly marked as such, and must not be misrepresented as being the original software.

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].