turtle-geometry VS peds

Compare turtle-geometry vs peds and see what are their differences.

turtle-geometry

Command turtle graphics using Scheme dialect on your Android (by sergv)

peds

Type safe persistent/immutable data structures for Go (by tobgu)
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
turtle-geometry peds
1 2
3 63
- -
10.0 1.8
over 10 years ago about 3 years ago
Clojure Go
BSD 3-clause "New" or "Revised" 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.

turtle-geometry

Posts with mentions or reviews of turtle-geometry. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-02.
  • Why Functional Programming Should Be the Future of Software
    11 projects | news.ycombinator.com | 2 Nov 2022
    > Really, anything from the book Turtle Geometry would have a challenging time in a lot of functional languages.

    https://github.com/sergv/turtle-geometry

    Is an implementation of the book Turtle Geometry in Scheme. A Lisp dialect.

    > Which is not that most functional languages are bad. Just they don't usually even try to abstract over the graphical. I hate that folks see how well the abstract over functions and assume that is all programming is.

    There is an entire section of SICP dedicated to graphical abstraction using functions and function composition.

peds

Posts with mentions or reviews of peds. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-02.
  • Why Functional Programming Should Be the Future of Software
    11 projects | news.ycombinator.com | 2 Nov 2022
    Or lets look at persistent data structures, a staple of functional programming:

    https://github.com/tobgu/peds

    Notice how you'd need to generate the DS for every type you'd like to use it, which is not the case with built in mutable maps and slices.

    To make them type-safe, you need to generate them for every type you use. While this is technically possible, it does make the language quite hostile towards functional programming. With generics, this is rectified but the problem with non-composable multi-return-value functions still remains

  • Persistent data structures now that generics are coming?
    3 projects | /r/golang | 26 Dec 2021
    One of the library types that benefits from having generics is "data structure" libraries. Does anyone know of work going on to make a Go 1.18+ persistent data structure library (something like this or this)?

What are some alternatives?

When comparing turtle-geometry and peds you can also consider the following projects:

dhall - Maintainable configuration files

golang-set - A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.

wolf3d - The original open source release of Wolfenstein 3D

book - The Rust Programming Language

milewski-ctfp-pdf - Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source

Halide - a language for fast, portable data-parallel computation

elvish - Powerful scripting language & Versatile interactive shell

cl-autowrap - (c-include "file.h") => complete FFI wrapper

fun-problems

collection - A suite of general-purpose collections for Go

cffi - The Common Foreign Function Interface