Giter Site home page Giter Site logo

Comments (3)

adityaathalye avatar adityaathalye commented on July 17, 2024 1

from clojure-by-example.

adityaathalye avatar adityaathalye commented on July 17, 2024

Thank you for the suggestion.

There are a few considerations for the choice of development environment:

  1. This workshop targets practicing programmers, and not complete beginners. Our opinion is that getting started with standard developer tooling is part of the learning. We don't want to recommend Emacs (most of us use Emacs), because tha't too alien for most people. So far, Intellij + Cursive has been a rock-solid, if heavy to set up, option.

  2. High quality developer tooling is crucial for a good learning experience --- static checks, linting, paredit/parinfer support, super-fast feedback etc. help immensely. The standard developer tooling sees heavy investment in imporving these creature comforts. The workshop participants also expect tools of the quality they are accustomed to in their normal day to day work.

  3. Avoid Internet connectivity when teaching in-person --- this is a failure mode / source of degraded experience we wish to avoid when time is of the essence. We are able to avoid it, with a combination of project-local .m2, which we can share via USB stick, and previously configured local dev setup.

  4. Set up for future success. We hope programmers would want to keep going after the workshop, and start hobby projects. Having a local dev environment already set up removes the friction of having to switch tools / interaction models.

  5. Maintainig support for multiple dev environments is overhead we can't take. Currently, we test the flow of the workshop on (Mac, Linux, Windows) x (1 IDE) x (1 local JVM). We don't have the bandwidth to ensure the learning experience is reliable on more platforms. If we choose an online dev tool, we also have to worry about browser compatibility issues and the necessarily sandboxed / opaque runtime of the online service.

from clojure-by-example.

dijonkitchen avatar dijonkitchen commented on July 17, 2024

Thanks so much for that detail @adityaathalye . What I meant was for the page on https://kimh.github.io/clojure-by-example/#hello-world though to have editable and evaluatable code on the page.

from clojure-by-example.

Related Issues (3)

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.