waforth VS VectorVisor

Compare waforth vs VectorVisor and see what are their differences.

waforth

Small but complete dynamic Forth Interpreter/Compiler for and in WebAssembly (by remko)

VectorVisor

VectorVisor is a vectorizing binary translator for GPUs, designed to make it easy to run many copies of a single-threaded WebAssembly program in parallel using GPUs (by SamGinzburg)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
waforth VectorVisor
6 3
451 137
- -
7.0 5.0
2 months ago 25 days ago
WebAssembly WebAssembly
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

waforth

Posts with mentions or reviews of waforth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-07.
  • Show HN: TinyWasm – A tiny WebAssembly Runtime written in Rust
    5 projects | news.ycombinator.com | 7 Mar 2024
    Super nice project! I also spent the last month writing a WASM interpreter ( https://github.com/rrampage/wart ) using Java 21. I started it as an excuse to try out the pattern matching in switch / sealed classes in Java. It kind of snowballed in scope and can now run Doom and Waforth ( https://github.com/remko/waforth )! Have not yet tried compiling it to WASM and running it as a meta-circular interpreter.
  • Bunch of questions about forth
    5 projects | /r/Forth | 23 Feb 2023
    Concerning the point 8. There is an online Forth system demo Thurtle (in the browser) with turtle graphics, which is based on WAForth.
  • A Dynamic Forth Compiler for WebAssembly
    2 projects | news.ycombinator.com | 14 Jan 2023
    There's a note on the page from 2022-08-19, that a lot has been added to it. It also links to the github page[1] for the up-to-date changes.

    I am a Lisp, April, APL/J/BQE, and Forth[2] aficionado. I did some file munging programs in Factor back in 2012 at my job to sort through theater attendance logs in Word to compile statistics.

    [1] https://github.com/remko/waforth

    [2] https://factorcode.org/

  • WAForth (WASM-based ANS Forth) supports interactive "notebooks" in VSCode
    7 projects | /r/Forth | 14 Dec 2022

VectorVisor

Posts with mentions or reviews of VectorVisor. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing waforth and VectorVisor you can also consider the following projects:

forthlisp - A Small Lisp in Forth

wizard-engine - Research WebAssembly Engine

cforth - Mitch Bradley's CForth implementation

Emu - The write-once-run-anywhere GPGPU library for Rust

discussion - Discussion repository for Forth enthusiasts.

OpenCL-Wrapper - OpenCL is the most powerful programming language ever created. Yet the OpenCL C++ bindings are cumbersome and the code overhead prevents many people from getting started. I created this lightweight OpenCL-Wrapper to greatly simplify OpenCL software development with C++ while keeping functionality and performance.

JS-Monster - JavaScript is a BEAST, JS Monster portrays that awesomeness with a mascot inspired by the JS logo.

assemblyscript - A TypeScript-like language for WebAssembly.

micropolis - Automatically exported from code.google.com/p/micropolis

codon - A high-performance, zero-overhead, extensible Python compiler using LLVM

wasker - Wasm compiler for running Wasm on your favorite kernel

wasm2lua - wasm2lua: converting WASM into Lua