Giter Site home page Giter Site logo

ActorForth

NOTE: When checking out this repo use --recursive to automatically get the external submodule dependencies.

Join the chat at https://gitter.im/ActorForth/community

ActorForth is Open Source software covered under BSD license (see LICENSE.txt). If you contribute to this project then you guarantee that you have the right to contribute your content & IP, will abide by said license and do assign an unlimited, universal, non-exclusive license to the copyright holder and anyone else who agrees to abide by the license.

ActorForth was originally written in Python 3.x but hit some technical limits in Python's ability to do low level processing and the alternative implementation stressed the "functional" iterative aspects of the Python interpreter so we have now switched to modern C++ and are back on track.

See ActorForthDefinition for a quick overview of how the language works.

Experiments implementing an Actor-style programming language on top of a stack-based processor will be forthcoming as the system is developed.

To build you need clang++ installed. On a Debian derivative you should be able to install with this:

sudo apt install cmake ninja-build clang-15 lld-15 libc++-15-dev libc++abi-15-dev llvm-15-dev clang-15-doc llvm-15-doc

Now get linux to use your version of clang++. Can adjust that '150' number to whatever is the highest of your current installs.

sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-15 150

To see the other installs or pick one manually do this:

sudo update-alternatives --config clang++

actorforth's Projects

actorforth icon actorforth

A strongly typed Forth-like language ultimately intended to target cryptoledgers and support an Actor concurrency model. Initially implemented in Python, now switched to modern C++.

apisla icon apisla

SLA Policy Definition & Enforcement for APIs.

bch-api icon bch-api

The REST API powering FullStack.cash

bch-devsuite icon bch-devsuite

A quick and easy setup for Bitcoin Cash Node, SLP infrastructure and SmartBCH

bch-js icon bch-js

A JS library for working with the Bitcoin Cash blockchain. Forked from bitbox-sdk. regtest address supported

bchaddrjs icon bchaddrjs

BchAddr.js: Bitcoin Cash general purpose address translation for Node.js and web browsers. with regtest address support

bchd-slp icon bchd-slp

Investigate suitability of bchd as replacement of slpdb

bitbox-sdk icon bitbox-sdk

BITBOX SDK for Bitcoin Cash with regtest address support

bitcoinunlimited icon bitcoinunlimited

Bitcoin Unlimited continues on gitlab see https://gitlab.com/bitcoinunlimited/BCHUnlimited

brownie icon brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.

ecash-slpdb icon ecash-slpdb

A fork of Electron Cash SLP that allows validation through SLPDB as an option

fulcrum icon fulcrum

A fast & nimble SPV Server for BCH and BTC

slpdb icon slpdb

SLP Token Graph Indexer with regtest address support

slpdb-old-repo icon slpdb-old-repo

Dockerize slpdb with dependent microservice and connect to regtest node

slpjs icon slpjs

JavaScript library for Simple Ledger Protocol with regtest address support

smartbch icon smartbch

Moeing chain is an EVM&Web3 compatible sidechain for Bitcoin Cash

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.