• Stars
    star
    18
  • Rank 1,170,620 (Top 24 %)
  • Language
    Go
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lisp Interpreter in Go (golang) WIP

More Repositories

1

CobolScript

COBOL language compiler to JavaScript, work in progress
JavaScript
203
star
2

SoliditySamples

Solidity Smart Contracts Samples
JavaScript
196
star
3

LearningDeFi

A "potpourri" of Decentralized Finance resources
122
star
4

SimpleStorm

Simple Storm-like distributed application implementation
JavaScript
64
star
5

BlockchainSharp

Generic blockchain implementation, in C#, WIP, inspired by Bitcoin and Ethereum ideas
C#
40
star
6

SimpleActors

Simple Actor Model implementation. It wraps any Javascript object as an actor.
JavaScript
38
star
7

SimpleBus

Simple Service Bus implementation, for Node.js.
JavaScript
38
star
8

Yasold

Yet another Solidity decompiler, WIP
JavaScript
37
star
9

SimpleGA

Simple Genetic Algorithm base framework, supporting population, evaluation, mutators, crossover
JavaScript
30
star
10

SimpleQueue

Simple in-memory Queue for Node.js. It can be used from remote clients.
JavaScript
29
star
11

AprendiendoSolidity

Aprendiendo Solidity, el lenguaje de programación para contratos inteligentes
28
star
12

BlockchainJ

Blockchain project in Java, WIP
Java
27
star
13

JavaScriptAI

JavaScript and Artificial Intelligence, samples and demos, WIP
JavaScript
25
star
14

NodeSamples

My simple experiments using Node.js
JavaScript
18
star
15

DartSharp

Dart Programming Language Interpreter and Compiler (to C#). It can access .NET libraries
C#
17
star
16

AprendiendoBlockchain

Enlaces, recursos, presentaciones sobre Blockchain
JavaScript
16
star
17

PythonSharp

Python-like interpreter in C#
C#
14
star
18

SimpleProlog

Prolog interpreter in JavaScript/Node.js, WIP
JavaScript
14
star
19

TddRocks

TDD Samples
C#
13
star
20

AjTalkJs

Smalltalk-like virtual machine, written in Javascript, based on bytecodes
Smalltalk
13
star
21

gelex

Generic lexer in JavaScript
JavaScript
12
star
22

AjRools

AjRools.Expert: a forward-chaining rule engine, written in C#
C#
11
star
23

SimpleBlockchain

Simple blockchain implementation in NodeJS/JavaScript
JavaScript
11
star
24

RubySharp

Ruby Interpreter written in C#. Work in progress
C#
10
star
25

AjScript

Javascript-like interpreter written in C#
C#
10
star
26

RskApi

RSK/Ethereum API using Simple JSON RPC, a web3 replacement
JavaScript
8
star
27

SharpGo

Go languange interpreter in C#, work in progress
C#
8
star
28

beljs

Bel programming language (Lisp) implemented in JavaScript, WIP
JavaScript
8
star
29

AjLogoJs

Logo interpreter written in Javascript, running in browser and Node.js
JavaScript
8
star
30

SimpleGammon

Simple Backgammon game model, board model, rules and evaluation.
JavaScript
8
star
31

SimpleLisp

Lisp transpiler to JavaScript
JavaScript
8
star
32

AjErl

Erlang-like language interpreter written in C#
C#
8
star
33

ClojJS

Clojure Lisp Compiler in JavaScript, for Node.js
JavaScript
8
star
34

SimpleMessages

Simple bidirectional JSON message channels using net sockets.
JavaScript
8
star
35

RustScript

Rust interpreter in JavaScript. WIP
JavaScript
7
star
36

ClojSharp

A Clojure interpreter written in C#, Work in Progress.
C#
7
star
37

AprendiendoDeepLearning

Enlaces y recursos sobre redes neuronales y deep learning
7
star
38

SimpleBroadcast

Simple broadcasting and repeating of JSON messages using net sockets
JavaScript
6
star
39

dexert

Decentralized Exchange for Ethereum/RSK Tokens, WIP
JavaScript
6
star
40

SharpStorm

Storm-like implementation in C#. WIP
C#
6
star
41

AjFabriqNode

A Distributed Application Framework for NodeJs
JavaScript
6
star
42

ElixirJS

Elixir language interpreter for JavaScript/NodeJS/browser. WIP
JavaScript
6
star
43

Aktores

Akka-like actor model implemented in C#. WIP.
C#
6
star
44

ProgrammingLanguagesSamples

Programming Languages Samples
Python
6
star
45

AjVars

Implementing Variables over Byte memory: example using TDD and C#
C#
5
star
46

solcom

Solidity compiler. Generates bytecodes for Ethereum Virtual Machine. WIP.
JavaScript
5
star
47

SimplePermissions

Permissions by Subject, Role, and Context. Model in-memory
JavaScript
5
star
48

Acquarella

Syntax Highlighter written in C#
C#
5
star
49

AjKeyvs

An in-memory key-value store written in C#
C#
5
star
50

LearningWebAssembly

Resources about WebAssembly programming and ecosystem
5
star
51

BasicScript

BASIC language interpreter in Javascript
JavaScript
5
star
52

RuScript

Ruby interpreter in JavaScript, WIP.
JavaScript
5
star
53

SimpleRemote

Simple Remote Objects for Node.js, Work in Progress
JavaScript
5
star
54

SimpleNeuron

Simple neural network library for browser and Node.js. Work in Progress.
JavaScript
5
star
55

AjLisp

Lisp Interpreter Written in C#
C#
5
star
56

AjTalk

Smalltalk-like virtual machine, written in C#.
Smalltalk
5
star
57

SparkSharp

Spark-like implementation, map, reduce and more over enumerable datasets
C#
5
star
58

AprendiendoMachineLearning

Aprendiendo Aprendizaje Automático (Machine Learning)
JavaScript
5
star
59

RskUtils

RSK (Ethereum fork) utilities
JavaScript
5
star
60

CrysJS

Crystal programming language compiler to JavaScript, WIP
JavaScript
5
star
61

ObjectStream

Bidirectional and unidirectional object streams for Node.js
JavaScript
5
star
62

RSharp

R-like programming language interpreter, written in C#, WIP
C#
4
star
63

AprendiendoRuby

Tutorial de programación en Ruby
Ruby
4
star
64

SimpleDSL

Simple DSL (Domain-Specific Language) helper implementation, in JavaScript/Node.js. WIP
JavaScript
4
star
65

NodeDelicious

Library to access Delicious API
JavaScript
4
star
66

JPyScript

Python language compiler to Javascript. Work in Progress
JavaScript
4
star
67

SharpMongo

MongoDB-like implementation in memory using C#
C#
4
star
68

NodeAima

JavaScript/Node.js implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'.. WIP
JavaScript
4
star
69

SimpleGrammar

Define parsers in JavaScript
JavaScript
4
star
70

SimpleMule

Simple Components (a la Mule connectors) sending and receiving arbitrary messages
JavaScript
4
star
71

SimpleAsync

Simple library to chain and run functions with asynchronous calls
JavaScript
4
star
72

ReduMan

Reducer manager, it can be used as a replace for switch in Redux reducers
JavaScript
4
star
73

AjLispJs

Lisp interpreter written in Javascript
JavaScript
4
star
74

SimpleKeeper

Zookeeper-like distributed server, WIP
JavaScript
4
star
75

gepars

Generic parser
JavaScript
4
star
76

BDTables

Blockchain Database-like Tables, WIP
JavaScript
4
star
77

SimpleStore

Simple Key Value Store in memory, a la Redis. Work in Progress
JavaScript
3
star
78

geast

Generic Abstract Syntax Tree, with visitor pattern
JavaScript
3
star
79

Husky

Haskell-like interpreter in C#. WIP.
C#
3
star
80

AprendiendoAlgoritmosGeneticos

Enlaces y recursos sobre Algoritmos Genéticos
3
star
81

ScalaSharp

Scala-like interpreter in C#. WIP.
C#
3
star
82

evmasm

EVM (Ethereum Virtual Machine) assembler
JavaScript
3
star
83

EthSharpVm

Ethereum-like Virtual Machine implemented in C#, WIP
C#
3
star
84

Cellular

Simple Cellular Automata processing in Javascript for browser and Node.js
JavaScript
3
star
85

AjBase

In-memory database
C#
3
star
86

AjLispJava

Lisp interpreter written in Java
Java
3
star
87

SimpleGeoLoc

Simple Geolocation function: items with geolocation, near points
JavaScript
3
star
88

SimpleForth

SimpleForth compiles Forth-like language to JavaScript
JavaScript
3
star
89

AjLispRuby

AjLisp interpreter, written in Ruby
Ruby
3
star
90

SimpleGo

Go game (weiki, baduk) and evaluation
JavaScript
3
star
91

MeteorSamples

Meteor Samples
JavaScript
3
star
92

KodeTokenizer

Generic source code tokenizer
JavaScript
3
star
93

evmcompiler

Compiles an AST (Abstract Syntax Tree) to Ethereum Virtual Machine bytecodes, WIP.
JavaScript
3
star
94

AjSharp

C#-like interpreter, written in C#.
C#
3
star
95

DeFiProt

Experimental DeFi protocol to deposits and borrows assets
JavaScript
3
star
96

BScript

Basic Scripting Language written in C#. WIP.
C#
3
star
97

SimpleModel

Simple Model, with entities (described in model) and their instances (plain Javascript objects)
JavaScript
3
star
98

ScaScript

Scala-like programming language implemented in JavaScript
JavaScript
3
star
99

AjGenesisRuby

AjGenesis, code generation engine, ported to Ruby
Ruby
3
star
100

AjSharpure

Clojure-like interpreter, written in C#
C#
3
star