1. 2

    Laravel Valet is great for providing this kind of local dev environment.

    1. 12

      […] can you write a static-typing library for Scheme that then automatically checks your code for type errors? And the current answer, for now and for the foreseeable future, is no.

      That’s wrong, there is Typed Racket. (Granted, it’s called “Racket”, not “Scheme” but the same thing should be possible in any Scheme implementation.)

      1. 3

        I use bash, because it was the default. I have not tried any other shells yet.

        1. 1

          Same here, but the comments in this thread provide a lot of inspiration.

        1. 1

          Hi all, I’m bringing my Perl 5 knowledge up to date with the goal of updating an ancient CGI script to modern Perl next week. Still have to decide whether to use Mojolicious or Dancer.