yup VS goforth

Compare yup vs goforth and see what are their differences.

yup

source code of the yup compiler and other related tools (by kamkow1)

goforth

A fully compiled and forth-like language including a small virtual machine. (by loscoala)
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
yup goforth
2 1
7 7
- -
10.0 8.2
over 1 year ago about 2 months ago
Go Go
MIT License MIT License
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.

yup

Posts with mentions or reviews of yup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-13.
  • feeling burnt out / looking for project idea
    2 projects | /r/learnprogramming | 13 Dec 2022
    I'm looking for cool programming project ideas, but I cannot think of anything good. I want to create something challenging, something that will need a lot effort to be put into. A project that I've recently decided to close is a compiler for a programming language I've designed myself and a small build system for it that's similar to unix Makefiles (not published, because it didn't turn out that well). You can clone the repo from https://github.com/kamkow1/yup.git and checkout the dev branch Recently I've tried out Zig and Odin, because of the compile-time code execution features (which is awesome), but I don't know what I could possibly build with these tools
  • I've created a programming language...
    1 project | dev.to | 26 Sep 2022
    As of now, the language is quite primitive but more features are on the way. I've created some basic examples that show what you can do in yup: examples

goforth

Posts with mentions or reviews of goforth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-16.
  • Forth: The programming language that writes itself: The Web Page
    7 projects | news.ycombinator.com | 16 Jul 2023
    I have implemented yet another forth by myself. It works a little bit different and it is not intended to be a true copy of the original idea.

    Since the post says you can discover Forth, here's my part:

    https://github.com/loscoala/goforth

    The main difference is that in this Forth variant, the source text is completely translated into bytecode and there is no runtime in the sense of classic Forth. This makes it easy to translate the bytecode to C.

    I use my own Forth to generate C code with it, which I then embed in other software.

What are some alternatives?

When comparing yup and goforth you can also consider the following projects:

cherri - Siri Shortcuts Programming Language 🍒

MiniForth - A tiny Forth I built in a week. Blog post: https://www.thanassis.space/miniforth.html

groundup

sightreading.training - 🎹 Sight reading training tool

gocaml - :camel: Statically typed functional programming language implementation with Go and LLVM

third - Third, a small Forth compiler for 8086 DOS

jank - A Clojure dialect hosted on LLVM with native C++ interop

muforth - A simple, indirect-threaded Forth, written in C; for target compiling; runs on Linux, BSD, OSX, and Cygwin

tau - A functional interpreted programming language with a minimalistic design.

factor - Factor programming language