lisp-gui-examples VS pstk

Compare lisp-gui-examples vs pstk and see what are their differences.

lisp-gui-examples

GUI for generating a tone in various Lisp dialects (by goober99)

pstk

A Portable Scheme Interface to the Tk GUI Toolkit (by utz82)
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
lisp-gui-examples pstk
2 1
37 10
- -
0.0 10.0
over 1 year ago almost 4 years ago
Scheme
GNU General Public License v3.0 or later BSD 2-clause "Simplified" 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.

lisp-gui-examples

Posts with mentions or reviews of lisp-gui-examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-12.
  • Learn Scheme by Example: Tk GUI with Chicken Scheme
    5 projects | dev.to | 12 Nov 2021
    The Allegro egg is accompanied by a couple of examples but no examples showing the use of the audio addon. The Allegro library itself comes with an example showing how to generate a saw wave, but being a C library, the example is, of course, in C. I ported that example to Scheme. I would have contributed the example back to the Allegro egg, but the repo is marked as "archived by the owner" and read-only on GitHub. I've included the example in the repo alongside the rest of the code for this tutorial in case someone finds it useful.
  • Learn Clojure by Example: JavaFX GUI with Cljfx
    2 projects | dev.to | 10 Jan 2021
    You can check out the entire example on GitHub. This started as a personal learning project to explore the state of GUI programming in Lisp and has become a series of tutorials on building GUIs with various dialects of Lisp.

pstk

Posts with mentions or reviews of pstk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-12.
  • Learn Scheme by Example: Tk GUI with Chicken Scheme
    5 projects | dev.to | 12 Nov 2021
    All PS/Tk function names begin with tk/ or tk- (or ttk/ and ttk- for the few Ttk-specific functions). The doc directory in the PS/Tk GitHub repo unfortunately has not been updated since this convention was adopted. One example from the docs is start-tk which is now tk-start.

What are some alternatives?

When comparing lisp-gui-examples and pstk you can also consider the following projects:

blender-node-dice - Blender3D project which uses geometry nodes and shader nodes to generate a dice

gtkTtk - My fork of tile-gtk.

bintracker - A hackable Chiptune Audio Workstation. https://bintracker.org

cljfx - Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame