learn VS endbasic

Compare learn vs endbasic and see what are their differences.

learn

A social network of lifelong learners built around humanity's universal learning map. (by learn-awesome)

endbasic

BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust (by jmmv)
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
learn endbasic
8 24
330 298
- 0.7%
5.9 8.4
over 1 year ago 11 days ago
HTML Rust
GNU General Public License v3.0 or later Apache License 2.0
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.

learn

Posts with mentions or reviews of learn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-20.
  • I started work on making books available within Popcorn-Time
    2 projects | /r/PopCornTimeApp | 20 Apr 2022
    I don't have a way to find and curate audiobooks. Plus, LibGen books are already available on IPFS so all I need is collect links. I have been running https://learnawesome.org/ so books seemed far more approachable.
  • Show HN: Lurnby, a tool for better learning, is now open source
    9 projects | news.ycombinator.com | 11 Feb 2022
    Fantastic! I'll have a deeper look and see if there's any opportunities for integrating this into https://learnawesome.org (which is also open-source).
  • Ask HN: What is your “I don't care if this succeeds” project?
    56 projects | news.ycombinator.com | 10 Feb 2022
    I am building https://learnawesome.org

    It's an attempt to organize world's knowledge. Right now, it looks like GoodReads-like social network for learning resources organized by topics, formats, difficulty levels etc. But there's a knowledge-graph that separates ideas and the medium those ideas are expressed in. For eg: "Sapiens - the book" and "TED Talk given by Yuval Harari" are connected to the same node.

    This idea isn't anything new. Here is Danny Hillis talking about it at OSCON 2012: https://youtu.be/wKcZ8ozCah0

  • What is the best place to find a Rails mentor?
    1 project | /r/rails | 3 Sep 2021
    https://github.com/learn-awesome/learn for example
  • Is there an app like Goodreads that actually has an easy UI?
    2 projects | /r/books | 28 Jun 2021
    Perhaps https://learnawesome.org/.
  • How to circumvent Sci-Hub ISP block
    8 projects | news.ycombinator.com | 9 Jun 2021
    I have been dealing with the same problem for curating resources at https://learnawesome.org. Projects like Openlibrary do collect unique identifiers for _books_, but for everything else, it mostly takes manual effort. For example, I collect talks/podcasts by the author where they discuss ideas from their books. Then there are summaries written by others.
  • Show HN: Vellum – An interactive list of nonfiction books reviewed by academics
    2 projects | news.ycombinator.com | 20 Feb 2021
    This is a fantastic effort! Kudos :-)

    I have been collecting learning resources and their reviews by experts at https://learnawesome.org/ (open-source, built with Ruby on Rails and TailwindCSS). Would you be kind enough to share the raw JSON files for their books?

    LearnAwesome has its own topic taxonomy so it will still require tagging topics manually, but it can save me some effort on scraping/parsing LSE/Nature sites.

  • Kenneth Kuttler's Free Math Books
    2 projects | news.ycombinator.com | 19 Jan 2021
    I have been adding a number of these free books at https://learnawesome.org/

    Do you really care about the format being PDF or is it about the books being FREE? I'd like to make common queries like yours easier. LearnAwesome is open-source, so of course you're free to contribute: https://github.com/learn-awesome/learn

endbasic

Posts with mentions or reviews of endbasic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-10.
  • Write Your Own Terminal
    9 projects | news.ycombinator.com | 10 Nov 2023
    I can confirm that writing a terminal is fun, for the reasons mentioned in the article: it’s easy to get “self-hosting”, but then the possibilities are endless :)

    In my case, this was about creating the terminal for EndBASIC (https://www.endbasic.dev/). I wanted to mix text and graphics in the same console, so I had to ditch Xterm.js and create my own thing. It was really exciting to see graphics rendering mix with text “just fine” when I was able to render the first line.

  • Ask HN: Whats the modern day equivalent of 80s computer for kids to explore?
    6 projects | news.ycombinator.com | 1 Oct 2023
    I tried to set up a Raspberry Pi and configured it to boot into a simple window manager with DosBox full screen by default. I taught my kids to launch games within that and they learned the very basics… but it didn’t stick: they haven’t really gained any interest in how to do other stuff in the shell.

    Anyway: check (my own) https://www.endbasic.dev/ which I’ve written precisely for the situation you describe :) You would actually have to /write/ the games first though!

  • FLaNK Stack for 25 September 2023
    17 projects | dev.to | 25 Sep 2023
  • EndBASIC
    3 projects | news.ycombinator.com | 13 Sep 2023
    Slightly buried: Apache 2.0, written in Rust, https://github.com/endbasic/endbasic/

    Definitely an interesting attempt to cut through layers of abstraction and make something that lets people make the computer do useful/interesting things. No idea how well they realize that vision, of course, but good idea.

    1 project | /r/patient_hackernews | 7 Jun 2022
    1 project | /r/hackernews | 7 Jun 2022
  • Does this exist already? A converter from MS BASIC to Rust
    2 projects | /r/rust | 14 Jun 2023
    Or you could use https://www.endbasic.dev/
  • TwinBASIC is a modern BASIC compiler
    3 projects | news.ycombinator.com | 10 May 2023
    Somebody else brought it up in a separate comment, but because you specifically ask about the Raspberry, I'll mention EndBASIC (https://www.endbasic.dev/) here again :)

    Supporting this platform has been a primary goal of mine, and in fact, one of the features (GPIO) only works on the Raspberry Pi today :) But there is a long road ahead. My vision is to create a minimal Linux image that boots straight into EndBASIC, and extend EndBASIC to give you more control of the Pi's hardware. The idea is to truly mimic the old C64 experience, but leveraging the power of modern hardware / infrastructure.

  • Learning BASIC Like It's 1983 (2018)
    2 projects | news.ycombinator.com | 18 Mar 2023
    Agree with the author’s thesis of how the folks that “grew with computers” have an advantage over those approaching them now, in terms of understanding the inner workings. I’m not sure that this matters much in terms of solving actual problems though, which is probably a good thing.

    But I somehow find it a little bit sad that this is the case, so I’ll plug my own https://www.endbasic.dev/ because it’s very fitting in this context :) I’ve been building it precisely as a way to understand everything that’s going on (although it’s still far from fulfilling that promise).

    Also, buried in the article is a reference to the https://10print.org/ book. I recently came across it at HPB and it has been a pretty entertaining read. Couldn’t believe there was so much to write about such a simple little program!

  • EndBASIC: "BASIC interpreter + DOS environment, reimagined."
    1 project | /r/altprog | 30 Dec 2022

What are some alternatives?

When comparing learn and endbasic you can also consider the following projects:

budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀

ClassicUO - ClassicUO - an open source implementation of the Ultima Online Classic Client.

Logisim-Dark - A fork of Logisim with a Darcula-like look and feel

mp4 - MP4 library, CLI tool, server

Open-Sentencing - To help public defenders better serve their clients, Open Sentencing shows racial bias in data such as demographics providing insights for each case

fruit-economy

Lurnby - A tool for active reading and personal knowledge management

soli - Solidity REPL

cemu - Cheap EMUlator: lightweight multi-architecture assembly playground

genki-study-resources - A collection of exercises for practicing what is taught in Genki: An Integrated Course in Elementary Japanese.

objstor - object store