Re: [racket-users] Is this running in DrRacket or as a script?

2020-09-02 Thread Stefan Schmiedl
also uncheck the "main" submodule as I use this one only for the command line.) HTH, Laurent On Wed, Sep 2, 2020 at 8:44 AM Stefan Schmiedl <stefan.schmi...@gmail.com> wrote: Greetings, I find myself coding some more in DrRacket on my local Win10 PC. The finished progra

[racket-users] Is this running in DrRacket or as a script?

2020-09-02 Thread Stefan Schmiedl
Greetings, I find myself coding some more in DrRacket on my local Win10 PC. The finished program is to be run on a remote linux server. I like to keep the code set up for the production environment but to test it locally I need to configure some things differently. Currently I'm doing this

Re: [racket-users] Question regarding the function printBoard board

2019-04-23 Thread Stefan Schmiedl
"orenpa11" , 23.04.2019, 20:53: > Hi > I am using the functionprintBoard board (DrRacket Pretty Big) > > (printBoard '((0 0 2 0) (0 0 0 0) (0 0 8 0) (0 0 0 0))) > and the result is > > (0 0 2 0) > (0 0 0 0) > (0 0 8 0) > (0 0 0 0) > "" No, it is not. The *print output* is (0 0 2 0)

[racket-users] Searching for packages

2018-08-12 Thread Stefan Schmiedl
"Andrew J" , 12.08.2018, 02:09: > I typically use either threading or composition... > (require threading) > (define (foo x) > (~> x > f g h bar)) "threading" is not included in the default racket installer, so how do I get it? The package manager tells me that there is a

Re: [racket-users] opinions on YAML as communication tool

2016-10-22 Thread Stefan Schmiedl
'John Clements' via Racket Users (21.10. 16:32): > > > On Oct 21, 2016, at 12:42 PM, Tony Garnock-Jones wrote: > > > > You know how Excel guesses whether things are dates or not and messes > > things up as a consequence? YAML does that too. YAML does not guess, the

Re: [racket-users] opinions on YAML as communication tool

2016-10-21 Thread Stefan Schmiedl
'John Clements' via Racket Users (21.10. 01:21): > I thought hard about scribble and JSON (and xml, yecch), but I think > that YAML and sexps are the two viable candidates, and I’m guessing > that if non-programmers have to edit it, they’ll be less likely to > botch the YAML one. My timesheet

[racket-users] Systematic Program Design by Gregor Kiczales on edx.org

2015-05-20 Thread Stefan Schmiedl
Gregor Kiczales is offering a course on Systematic Program Design (https://www.edx.org/course/systematic-program-design-part-1-core-ubcx-spd1x) starting June 2. It promises to be an extended and improved reincarnation (three! parts) of the coursera offering. Racket (with various Student