boba VS Forscape

Compare boba vs Forscape and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
boba Forscape
9 20
48 53
- -
2.3 5.3
11 months ago 6 months ago
F# C++
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.

boba

Posts with mentions or reviews of boba. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-03.

Forscape

Posts with mentions or reviews of Forscape. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-01.
  • What's the best way to get my language stress tested?
    2 projects | /r/ProgrammingLanguages | 1 May 2023
    You can use the free GitHub runners to execute regression tests on Linux, Windows, and Mac. I recommend testing with 32bit compilation as well as 64bit- it has a way of smoking out bugs. You could take a look at the GitHub actions on my Forscape repo in the .github folder, although it's probably not the most idiomatic runner scripting, but it is a C++ project like yours.
  • Which phases/stages does your programming language use?
    5 projects | /r/ProgrammingLanguages | 5 Feb 2023
    The project is Forscape, although the language part is made a bit complicated because a goal of the project is creating an editor that supports typeset code with IDE interaction
  • [Weekly] What is everybody working on? Share your progress, discoveries, tips and tricks!
    2 projects | /r/QtFramework | 25 Dec 2022
    Finally adding multi-file support to Forscape. The frontend UI aspects are completed and I'm quite happy with the result. The app is Unicode heavy and QString's UTF-16 encoding is an annoyance; I would much prefer if Qt relied on std::string even. But the signal/slot mechanism lets you achieve some complicated behaviour with minimal complexity, and Qt looks great.
  • Build Qt Project w/GitHub Actions
    2 projects | /r/QtFramework | 3 Dec 2022
    Here's an example from a project. The first step installs Qt, the second step clones my repo on the runner, then a bit more setup with Conan, then building and running.
  • C++ Show and Tell - November 2022
    16 projects | /r/cpp | 1 Nov 2022
    I've been working on the Key CAS project (Imgur Screenshot), CAS being an acronym for Computer Algebra System, and "Key" a judiciously chosen title. This was my third time attempting CAS- this iteration was a huge improvement, but I still find it to be a damn hard problem. The GUI comes from the open source project Forscape, a scientific computing environment written in C++.
  • What Operators Do You WISH Programming Languages Had? [Discussion]
    4 projects | /r/ProgrammingLanguages | 21 Oct 2022
    It gets fun when you go beyond flat symbols and start supporting 2D notation, like fractions and matrices. Probably not worth the hassle for most things, but I think it makes matrix expressions more compact with better readability.
  • Forscape: what features are in your ideal scientific language?
    2 projects | /r/programming | 11 Aug 2022
    Forscape is a scientific computing language in development. It supports first-class matrices and common matrix operations. The language reached a milestone when it achieved similar performance to other prominent scientific langs on a computationally involved numerical problem from my graduate school years. At this point, I am unsure where the development should go next and I would appreciate advice. What do you find missing in scientific computing languages? What are essential features that you need/enjoy?
    2 projects | /r/programming | 11 Aug 2022
  • August 2022 monthly "What are you working on?" thread
    21 projects | /r/ProgrammingLanguages | 31 Jul 2022
    Forscape, currently entirely numerical, is only getting minor edits while I start on a standalone CAS project. It's based on an earlier attempt, and I find myself better suited for the work this time. The logic rules are implemented, like (A ∧ B) ∨ (A ∧ ¬B) ⇒ A. The last iteration taught me it's important to do the logic first, because for arithmetic there are conditional rules like x/x ⇒ 1 if x ≠ 0, else undefined. I am worried if a compiler using CAS for optimisations and features will have scaling problems on large programs, but the project will be an interesting experience at the least.
  • Does anyone really like what Mathematica achieves, but hates the syntax?
    3 projects | /r/ProgrammingLanguages | 6 May 2022
    I have similar goals with Forscape, although it is a traditional desktop app and I hope to implement term rewriting fast enough to run interactively in the editor. Are you developing publicly, or keeping your lang under wraps for now?

What are some alternatives?

When comparing boba and Forscape you can also consider the following projects:

xvm - Ecstasy and XVM

wort - A core concatenative programming language with variables and first-rank polymorphic type inference

awesome-low-level-programming-languages - A curated list of low level programming languages (i.e. suitable for OS and game programming)

schmu - A WIP programming language inspired by ML and powered by LLVM

butter - A tasty language for building efficient software. WIP

mlscript - The MLscript programming language. Functional and object-oriented; structurally typed and sound; with powerful type inference. Soon to have full interop with TypeScript!

Argon - Argon programming language

MLStyle.jl - Julia functional programming infrastructures and metaprogramming facilities

Vale - Compiler for the Vale programming language - http://vale.dev/

awesome-programming-languages - The list of an awesome programming languages that you might be interested in