Re: [racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Jens Axel Søgaard
Den søn. 30. sep. 2018 kl. 21.32 skrev Yasser Hussain < yasserhussain1...@gmail.com>: > Yeah. I was using the `sicp` package, still wasn't able to get `load` to > work. :( > Can you please go ahead and make the temporary replacement so I can start > working with the sicp package ? :) > #lang

Re: [racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Yasser Hussain
I tried using "#%require", still wasn't able to get it work :( Is there a way I can get load to work as it did earlier? On Monday, October 1, 2018 at 1:35:23 AM UTC+5:30, Jens Axel Søgaard wrote: > > That's because load only works in the repl. > > Consider using require instead. > > > > Den

Re: [racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Yasser Hussain
Tried those, they don't work. I need to use load in the file. On Monday, October 1, 2018 at 1:51:24 AM UTC+5:30, Jens Axel Søgaard wrote: > > Use load in the repl. > > Perhaps use #lang racket or #lang r5rs instead of #lang sicp. > > /Jens Axel > > > Den søn. 30. sep. 2018 kl. 22.11 skrev Yasser

Re: [racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Jens Axel Søgaard
That's because load only works in the repl. Consider using require instead. Den søn. 30. sep. 2018 kl. 22.02 skrev Yasser Hussain < yasserhussain1...@gmail.com>: > I tried that. It doesn't work. Says "unbound identifier..." when I try to > use identifiers defined in "foo.rkt". > > On

Re: [racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Jens Axel Søgaard
Use load in the repl. Perhaps use #lang racket or #lang r5rs instead of #lang sicp. /Jens Axel Den søn. 30. sep. 2018 kl. 22.11 skrev Yasser Hussain < yasserhussain1...@gmail.com>: > I tried using "#%require", still wasn't able to get it work :( > Is there a way I can get load to work as it

[racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Yasser Hussain
I used the sicp plugin. But I can't import modules using *load* command. I remember this used to work earlier. What's an easy way to load definitions from other scheme files? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from

Re: [racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Yasser Hussain
Yeah. I was using the `sicp` package, still wasn't able to get `load` to work. :( Can you please go ahead and make the temporary replacement so I can start working with the sicp package ? :) On Monday, October 1, 2018 at 12:53:26 AM UTC+5:30, Neil Van Dyke wrote: > > That's probably my fault.

Re: [racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Neil Van Dyke
That's probably my fault. First, be sure you're using the `sicp` package from current Racket package system, "https://pkgs.racket-lang.org/package/sicp;, not my older PLaneT one. Then, Jens Axel Soegaard is still set up in GitHub, and he can add `load` there, once he gets a chance.  But if

Re: [racket-users] Using DrRacket for MIT Scheme

2018-09-30 Thread Yasser Hussain
I tried that. It doesn't work. Says "unbound identifier..." when I try to use identifiers defined in "foo.rkt". On Monday, October 1, 2018 at 1:22:58 AM UTC+5:30, Jens Axel Søgaard wrote: > > > Den søn. 30. sep. 2018 kl. 21.32 skrev Yasser Hussain < > yasserhu...@gmail.com >: > >> Yeah. I was

[racket-users] Playing the Game with PLT Redex · Second Edition

2018-09-30 Thread 'Leandro Facchinetti' via Racket Users
Hi Racketeers, I while ago I wrote a short article in which I used PLT Redex to play a game of Peg Solitaire. I now present you the extended version of that article: https://www.leafac.com/prose/playing-the-game-with-plt-redex/

[racket-users] LOP cultural anthropology, phases

2018-09-30 Thread William G Hatch
I just read “Language Oriented Programming in Racket: A Cultural Anthropology” on my flight home from Racketcon. I enjoyed reading it, and recommend it. One point I noticed was that the most common response to the question of “What is difficult about LOP?” seemed to be phasing. I propose a