Code Monkey home page Code Monkey logo

Comments (5)

James-Livesey avatar James-Livesey commented on June 24, 2024 1

Good catch! I've updated the domain of sqrt in commit 71ac2a1. Thanks for spotting that!

from atto.

carloshm avatar carloshm commented on June 24, 2024

How frequently you deploy on https://jamesl.me/atto/ @James-Livesey ? I use it as the test server :)

from atto.

James-Livesey avatar James-Livesey commented on June 24, 2024

jamesl.me/atto is actually a GitHub Pages site, which automatically pulls the latest version from the main branch every time there's a new commit. It looks like it's deployed the bug fix for this issue according to the activity log, though there is a small chance that GitHub Pages fails to deploy (and I have to make an empty commit to get it to redeploy).

It might be handy for you to hard-refresh the page at your end if you don't appear to have the most recent version of atto — on Chrome, it's normally done by pressing Ctrl + F5 (or go into DevTools with F12, then right-click the browser's refresh button to see the option there). I think it's the same shortcut for Firefox, too. Seems to have all worked for me after hard refreshing, and I can now use sqrt(0) on the main site!

If you want to test stuff locally (and checkout non-main branches), feel free to clone the repo! You can then run a simple HTTP server and visit localhost to see atto there. I normally use Python's built-in server which seems to do the trick:

$ python3 -m http.server

Thanks for stress-testing atto, though! Glad to see that people are tesing out the language so that I can ensure that features generally work as expected.

from atto.

carloshm avatar carloshm commented on June 24, 2024

I really love the font and basic experience (bring some memories!). Hope I can share some more feedback and examples! nice work

from atto.

James-Livesey avatar James-Livesey commented on June 24, 2024

Ah, thanks! I definitely wanted that nice, friendly feel you get from beginners' languages such as Scratch, with all of the bright colours that appeal to younger programmers (in addition to the lovely Brass Mono font). At the same time, I also wanted the maturity of BASIC and its success in teaching programming — so that's how atto was born!

The whole project seems to be a success so far, and I'm glad that people are enjoying both using atto, but also the nostalgia. Also glad to see contributions to the project from the community, too.

Hopefully, we can get learners to use the language hands-on! Currently looking into that. Would be nice to see an atto workshop at some point when COVID is gone 😊

from atto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.