codeworld VS haskell-template

Compare codeworld vs haskell-template and see what are their differences.

codeworld

Educational computer programming environment using Haskell (by google)

haskell-template

Haskell project template using Nix + Flakes + VSCode (HLS) (by srid)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
codeworld haskell-template
14 7
1,237 203
0.0% -
0.0 7.9
about 1 year ago 10 days ago
Haskell Nix
Apache License 2.0 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.

codeworld

Posts with mentions or reviews of codeworld. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Pedagogical Downsides of Haskell
    3 projects | news.ycombinator.com | 13 Apr 2023
    Code World[1] is a great project that addresses a number of the problems from the article, with an eye towards using Haskell to teach children basic math and programming simultaneously. Code World directly addresses a number of the obstacles outlined in this article:

    1. Using an online editor with a rich built-in library removes any toolchain problems.

    2. A custom standard library simplifies pedagogically unnecessary details like Foldable

    3. The custom standard library also avoids currying (f(a, b) for functions rather than f a b)

    4. Custom error messages improve the feedback students get from the compiler

    I would highly recommend Code World to anybody looking to teach programming with Haskell. If you want to teach Haskell in a way that fits the existing ecosystem, it's also possible to run Code World without the custom standard library[2].

    [1]: https://code.world/#

    [2]: https://code.world/haskell#

  • Ask HN: It's 2022. Where should I direct the youths to learn about programming?
    12 projects | news.ycombinator.com | 29 Apr 2022
    Loose connection, but made me remember https://code.world/ uses a Haskell-like functional language to define still pictures, animations, or even games.
  • My kid loves computers. I would like him to start programming, just for fun to see if it is something for him. But how to start, what type of programming language that is appealing. Books? I mean, we can start with Lisp, but how long will attention hold? Please advise, thanks.
    3 projects | /r/programming | 30 Jan 2022
  • Game
    3 projects | /r/haskellgamedev | 21 Dec 2021
    I second gloss! It's a bit limited (no sound, fonts, nor even text centering, but you do have support for vector and bitmap graphics, color manipulation, mouse, keyboard, and animations), but it's so, so easy to use that I not only recommend it (or the similar Code World) for anybody's first game, I still use it for my newer games.
  • Functional Programming in OCaml
    4 projects | news.ycombinator.com | 27 Jul 2021
    Two that I can think of:

    - Bootstrap teaches a toned-down version of Racket (i.e. Scheme): https://bootstrapworld.org/materials/spring2021/en-us/course... . It's taught in some schools as well as a comp sci curriculum.

    - https://code.world/ teaches using a toned-down version of Haskell. To my knowledge it's not used in schools.

  • Why I Support the Haskell Foundation
    2 projects | /r/haskell | 16 Jun 2021
    I had the silly 'fromString' error you get when using RebindableSyntax but had forgotten what to do next. Quick Google search and I hit on codeworld #59.
  • Safe Haskell?
    3 projects | /r/haskell | 16 Apr 2021
    I'm not a user myself, but I understand Lambdabot and mueval depend on it. More generally, anything that executes Haskell code supplied by untrusted users would fit the bill. I don't know if CodeWorld for example allows user-supplied modules, but if it did they'd have to be Safe.
  • Do you recommend using ghc-pkg? Do you use it and why?
    3 projects | /r/haskell | 16 Mar 2021
    I also have a list of about 300 or so packages at https://github.com/google/codeworld/blob/master/codeworld-available-pkgs/codeworld-available-pkgs.cabal, which I'd like Cabal to solve and find compatible versions to make available, preferably without listing them all on one massive command line! There are limits on the length of a command line. I don't know if cabal install --lib will expose packages that are dependencies, but not actually listed on the command line, in the resulting environment.
    3 projects | /r/haskell | 16 Mar 2021
    You know, now that you mention it, that sounds familiar. There's an issue for this at https://github.com/google/codeworld/issues/1182, and having cabal set up an environment file for GHC is mentioned there. There are some other complications: for example, with cabal v2-install, I can't seem to list multiple packages in local directories. So the answer to that seems to be creating a cabal.project file that lists them all... but then I want to install all of the packages from that cabal.project file into the environment, and their dependencies, and also make the consistent set of dependency versions that work with them (as chosen by Cabal's constraint solver) available in an environment for any further projects built against those same libraries.
  • Beginner Question on library
    2 projects | /r/haskell | 12 Mar 2021
    You could also use code.world with a guide here. It is meant as a beginner-friendly introduction to Haskell. It also has an online environment, so you won't need to install anything.

haskell-template

Posts with mentions or reviews of haskell-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-08.

What are some alternatives?

When comparing codeworld and haskell-template you can also consider the following projects:

Cabal - Official upstream development repository for Cabal and cabal-install

dune - A composable build system for OCaml.

reanimate - Haskell library for building declarative animations based on SVG graphics

scratchjr - With ScratchJr, young children (ages 5-7) can program their own interactive stories and games.

sdl2-snake - An example application for sdl2.

haskell-template

rust-nix-template - Rust project template with Nix (Flakes) and VSCode support

hack-assembler - A Hack assembler in OCaml. A program that translates assembly code for the Hack computer into its binary representation.

Think-Python-2E-My_solutions - My solutions to the exercises contained in the "Think Python 2nd Edition" book by Allen B. Downey.

PulseSensorPlayground - A PulseSensor library (for Arduino) that collects our most popular projects in one place.

retro-httpaf-bench - Benchmarking environment for http servers

awesome-haskell-sponsorship - 💝 Haskell profiles to sponsor