Spec-Gtk VS RoarVM

Compare Spec-Gtk vs RoarVM and see what are their differences.

Spec-Gtk

Spec GTK bindings for Pharo (by pharo-spec)

RoarVM

RoarVM is a manycore Smalltalk Virtual Machine (by smarr)
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
Spec-Gtk RoarVM
1 4
13 237
- -
1.8 0.0
3 months ago almost 11 years ago
Smalltalk C
- -
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.

Spec-Gtk

Posts with mentions or reviews of Spec-Gtk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-11.
  • On Learning Smalltalk
    5 projects | news.ycombinator.com | 11 Jan 2022
    Pharo is bootstrapped, and its building process starts with a really minimal image (even the compiler is not included). It is possible to build custom images of any size. You need to take care of packages and dependencies, of course.

    Pharo can make applications with a native look & feel - https://github.com/pharo-spec/Spec-Gtk.

    Current Pharo has a very solid and powerful FFI, so using C libraries is easy.

RoarVM

Posts with mentions or reviews of RoarVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.
  • Smalltalk: An Entrepreneur’s Secret Weapon
    3 projects | news.ycombinator.com | 15 Mar 2023
    You sound like talking about https://github.com/smarr/RoarVM

        RoarVM, formerly known as the Renaissance Virtual Machine (RVM) is developed as part of a IBM Research project to investigate programming paradigms and languages for manycore systems of the future. Specifically, this VM is meant to support manycore systems with more than 1000 cores in the future.
  • Smalltalk-80 on Raspberry Pi: A Bare Metal Implementation
    8 projects | news.ycombinator.com | 1 Jan 2023
    I wanted to keep the system as close to the original as possible, but some extensions such as increasing the available memory space and screen resolution would be nice even for the original system. It would also be interesting to implement the early ideas for a JIT compiler.

    Starting with Squeak is probably the easier way if you want advanced features such as color or network connectivity - still, there might be some interesting ideas to improve the system. One idea I had was to accelerate the bitblit functions using the Raspberry Pi's GPU. Currently, crosstalk uses a simple framebuffer and the runtime has to convert all monochrome bitblit operations into color ones since the Raspberry GPU doesn't have a 1bpp mode.

    Support for multiple cores (available in all but the most simple Raspberry Pis) would also be nice. Here, the Roar system (https://github.com/smarr/RoarVM) might be an interesting starting point.

    Let's see if I can find some students who want to work on some of these tasks... but my students are nowadays rather interested in Rust and RISC V :) (though a port of crosstalk to the Allwinner D1/Nezha and related boards and JH7110/Vision Five 2 is on my to-do list).

  • On Learning Smalltalk
    5 projects | news.ycombinator.com | 11 Jan 2022
    The 2008 RoarVM project allowed Squeak to run on a 56 core Tilera chip and was later ported to run on multiprocessor x86 machines:

    https://stefan-marr.de/renaissance/

    https://github.com/smarr/RoarVM

    This was a research project so performance on a single core was poor compared to the official Squeak virtual machine, but it was an interesting exploration of the natural fit between objects/message passing and multiple cores.

  • RoarVM – The Manycore SqueakVM
    1 project | news.ycombinator.com | 19 Apr 2021

What are some alternatives?

When comparing Spec-Gtk and RoarVM you can also consider the following projects:

gtoolkit - Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.

RaspberrySqueak - Bare metal Squeak for Raspberry Pi

pharoRaylib - Pharo Smalltalk bindings for Raylib game library

P3 - A lean and mean PostgreSQL client for Pharo

crosstalk - Smalltalk-80 bare metal implementation for the Raspberry Pi

taskit - TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.

squeaker - Like Docker, but for Squeak. You know, for kids.

pharo - Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.