[racket-users] about 《Revenge of the Son of the Lisp Machine》 Appendix

2020-06-19 Thread Yuki Lee
https://www2.ccs.neu.edu/racket/pubs/icfp99-ffkf.pdf I have read this paper. I encountered a problem when I tried to run the code at the end. After reading this article, I added at the beginning #lang racket (require (lib "unitsig.ss")) ;;<- that's what i added (define SchemeEsq (unit/sig () ;;

[racket-users] about 《Revenge of the Son of the Lisp Machine》 Appendix

2020-06-19 Thread Yuki Lee
https://www2.ccs.neu.edu/racket/pubs/icfp99-ffkf.pdf I have read this paper. I encountered a problem when I tried to run the code at the end. [image:

Re: [racket-users] about 《Revenge of the Son of the Li sp Machine》 Appendix

2020-06-20 Thread Yuki Lee
thanks for the reply! I'm sorry I didn't specify the version and OS of the racket, it works very well, thank you. 在 2020年6月20日星期六 UTC+8下午7:43:46,Matthew Flatt写道: > > At Fri, 19 Jun 2020 20:25:47 -0700 (PDT), Yuki Lee wrote: > > https://www2.ccs.neu.edu/racket/pubs/icfp9

Re: [racket-users] Questions about working on DrRacket and gui

2020-06-21 Thread Yuki Lee
If you wrote a note or blog while reading the code, please share it with me, thank you. 在 2020年5月6日星期三 UTC+8下午5:50:42,Dexter Lagan写道: > > Couple years ago I developed an IDE for NewLISP called NewIDE using a > commercial tool called Xojo. It was supposed to become NewLISP's official > IDE. I