racket-r7rs VS guile-prescheme

Compare racket-r7rs vs guile-prescheme and see what are their differences.

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
racket-r7rs guile-prescheme
6 5
95 -
- -
0.0 -
9 days ago -
Racket
- -
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.

racket-r7rs

Posts with mentions or reviews of racket-r7rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.

guile-prescheme

Posts with mentions or reviews of guile-prescheme. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-02.
  • Ask HN: Looking for statically typed, No-GC and compiled Lisp/scheme
    2 projects | news.ycombinator.com | 2 Nov 2023
    There's PreScheme, which is a restricted dialect of Scheme that compiles to C. I haven't used it, but it seems like C with Lisp syntax. It has no support for closures, garbage collection, or first-class continuations. Vectors aren't bounds-checked. Types are inferred using Hindley-Milner type inference.

    https://groups.scheme.org/prescheme/

    It's old, and it seems like no one had written anything related to it in 20 years until in 2022. Now, there seems to be a port of PreScheme from Scheme48 to Guile Scheme at the moment.

    https://gitlab.com/flatwhatson/guile-prescheme/

  • flatwhatson / guile-prescheme ยท GitLab
    1 project | /r/planetemacs | 2 Apr 2023
  • Rebuilding Emacs from scratch. What would you do differently?
    3 projects | /r/emacs | 9 Mar 2023
    I agree. I've been searching for solutions for a while. A few choices: - Common Lisp Coalton, very similar to Haskell. - Hackett, a Haskell-like DSL implemented in Racket. Licensing would be an issue, so it would have to be ported to Guile Scheme if you want to build an Emacs out of it. This is not easy since it takes advantage of several Racket-specific language features. - Shen, which can be built on top of Common Lisp, Scheme, Racket, or even Emacs Lisp. The drawback is that it is a fairly cryptic language, and extending foreign language bindings is not well documented. You would basically have to program the entirety of Emacs from scratch - PreScheme is a statically-typed (Hindley-Milner family) subset of Scheme that compiles to C. Originally written to build the Scheme-48 compiler, it is being ported to Guile. Not production read yet. - Zile is an editor engine built on Guile 2.0. But there is no static typing or algebraic data types, it is simply a replacement for Emacs written in Scheme from the ground-up. It needs to be ported to Guile 3.0. Guile 3 has an Emacs Lisp interpreter built-in, but it needs to be developed further before it could run more popular Emacs Lisp applications like Org-Mode or Magit.
  • What are some languages based on Scheme?
    5 projects | /r/scheme | 25 Feb 2023
    [PreScheme](), a subset of Scheme with static type checking and Hindley-Milner type-inference, compiles to the C programming language, and has a runtime that does not require a garbage collector at the expense of eliminating a few useful features from the Scheme language. (presentation at FOSDEM 2023, currently being ported to the Guile Scheme platform on gitlab).
  • Ted Nelson on What Modern Programmers Can Learn from the Past
    4 projects | news.ycombinator.com | 19 Aug 2022
    The Internet is an easy target for blame, but in fact in the past month I found a number of people whose thinking (at least on some specific topic) was near to mine through Reddit discussions (and now you, it seems):

    https://www.github.com/kaveh808

    https://gitlab.com/flatwhatson/guile-prescheme

    If you are interested in the nature of machine code and assembly language I would recommend at least looking at Scheme86:

    https://dspace.mit.edu/handle/1721.1/6042

    It's like a Scheme interpreter running on hardware, and the latest successor to Steele/Sussman's Scheme-on-a-chip--I'm working on microcoding it with my inferior S-assembly. :) I didn't think you were being insulting--my last refuge in an increasingly humorless world appears to be self-deprecating humor.

    Have you reached out to John Cowan, who is working on the R7RS Large Scheme standard, and is interested in topics like auxiliary human language as well as computer language and their representation? I'm not serious enough, I'm afraid, for the Scheme community (see above)--but they might take you more seriously:

    https://en.wikipedia.org/wiki/John_W._Cowan

    I have been meaning to re-install Whitaker's Words which I used frequently in my own study of Latin, but lost when I upgraded my OS. You might have heard of Ido, an auxiliary language designed by Louis Couturat, a French logician, and the successor to Esperanto. It's almost completely regular, and I thought it might be a start for a more human-language neutral Scheme implementation (it is a Eurocentric language, unfortunately). My middle-school English teacher in 1981 pointed at the Esperanto booth in the language arts faire we took a field trip to and said, "I don't know why that booth is always so disappointingly unattended." I guess "ain't much changed", right?

    I recommend "Asimov's Guide to Shakespeare" if you haven't read it:

    https://en.wikipedia.org/wiki/Asimov%27s_Guide_to_Shakespear...

    and maybe we should both just continue to choose "to be" rather than "not to be".

What are some alternatives?

When comparing racket-r7rs and guile-prescheme you can also consider the following projects:

ol - Otus Lisp (Ol in short) is a purely* functional dialect of Lisp.

FlowLine2 - FlowLine2 is a modelling tool supporting Functional Analysis and Business Process Modelling

janet - A dynamic language and bytecode vm

schelog

vonuvoli-scheme - vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind

zile - A build of Zile that uses Guile

zuo - A tiny Racket for scripting

sketching - A Racket library for creative drawings and animations. Inspired by Processing.

hackett - WIP implementation of a Haskell-like Lisp in Racket

zuo

enso - Hybrid visual and textual functional programming.