Re: [racket-users] Downloadable tutorials (e.g. on github)? Tutorial example source codes samples attached to DrRacket instalation?

2019-09-16 Thread Hadi Moshayedi
On Mon, Sep 9, 2019 at 8:48 AM Neil Van Dyke wrote: > If someone is up to doing such a startup: find a > startup CEO who can get funding, start coding with the copious > information and community support available for Racket... and then feed > back your success story, as well as feed back useful

Re: [racket-users] Downloadable tutorials (e.g. on github)? Tutorial example source codes samples attached to DrRacket instalation?

2019-09-09 Thread Philip McGrath
On Tue, Sep 10, 2019 at 1:31 AM Prokop Hapala wrote: > "File > Open Require Path …" ... "/usr/share/racket/pkgs/games/" > > it is strange ... on one computer (at work) it works, on other (at home) > it does not want to open that directory (the dialog is a bit too > minimalistic so I don't know w

Re: [racket-users] Downloadable tutorials (e.g. on github)? Tutorial example source codes samples attached to DrRacket instalation?

2019-09-09 Thread Philip McGrath
For pedagogical examples, you may like the games that go along with the "Realm of Racket" book, which are also in the main Racket distribution. For example, try "Open Require Path …" for `realm/chapter2/source`, or here is the whole collection on GitHub: https://github.com/racket/realm On Mon, Sep

Re: [racket-users] Downloadable tutorials (e.g. on github)? Tutorial example source codes samples attached to DrRacket instalation?

2019-09-09 Thread Prokop Hapala
Aha, /usr/share/racket/pkgs/games/(on Ubuntu 18.04) Great, that is exactly what I was searching for. Thanks ! Only two things: - how can user know that this directory was installed with racket? DrRacket could have some link to this directory somewhere (e.g. under File > Open, or Pack

Re: [racket-users] Downloadable tutorials (e.g. on github)? Tutorial example source codes samples attached to DrRacket instalation?

2019-09-09 Thread Neil Van Dyke
You can find various Scheme code around the Internet, and various textbooks that use Scheme (sometimes with the code available for download). The Racket code for much of core Racket itself is also available, and some of it will probably be installed already, though it's mostly not written as b

Re: [racket-users] Downloadable tutorials (e.g. on github)? Tutorial example source codes samples attached to DrRacket instalation?

2019-09-09 Thread Jens Axel Søgaard
FWIW there a lot of (small) examples at https://rosettacode.org/wiki/Category:Racket /Jens Axel Den man. 9. sep. 2019 kl. 16.09 skrev Prokop Hapala : > Hi, > > I recently found Racket when I was searching some tutorials about Lisp and > Metaprogramming. I really like that the community around D

[racket-users] Downloadable tutorials (e.g. on github)? Tutorial example source codes samples attached to DrRacket instalation?

2019-09-09 Thread Prokop Hapala
Hi, I recently found Racket when I was searching some tutorials about Lisp and Metaprogramming. I really like that the community around DrRacket seems to be very much interested in education, making talks and tutorials even for childerens. The doc pages https://docs.racket-lang.org/ seems to b