Re: [racket-users] Please HELP ME! Programmers at scheme, i am calling you ! :D

2018-05-09 Thread David Storrs
Hi Patrik, >From what I've seen, people on this list generally don't help with homework assignments, especially not when the request is simply "please do this for me" as opposed to "please help me figure out this one piece that I'm stuck on". You'd probably get better answers if you specified:

[racket-users] Strange "insufficient information to typecheck" error

2018-05-09 Thread Philip McGrath
The following program fails with an "Error in macro expansion -- insufficient type information to typecheck.", but it seems like there are no other type annotations that could be added: #lang typed/racket (: any- (Listof Float) (Listof Float) Boolean)) (define (any- (Listof Float) (Listof Float)

[racket-users] Please HELP ME! Programmers at scheme, i am calling you ! :D

2018-05-09 Thread Patrik novak
Hello, i got really big problem. I study at university for a second year. We programming at scheme, (not racket) and i have two hard quest for exams at scheme. My life depends on it. So i please you to help me. First: (with-mcxrs (let ((a (mcons (mcons 1 2) (mcons (mcons 3 4) '() (list

[racket-users] Re: Can the embedded interpreter load modules not included using ++lib?

2018-05-09 Thread Colin James
Thank you so much, that solved the issue with requiring local collections. I'll mark as complete since I kinda went off-topic near the end anyway. Thanks again. On Wednesday, May 9, 2018 at 4:12:40 PM UTC+1, Ondřej Majerech wrote: > > Hi, > > after calling scheme_set_collects_path, you also need

Re: [racket-users] DrRacket Plugin development

2018-05-09 Thread Matthias Felleisen
> On May 9, 2018, at 12:18 PM, James Yoo wrote: > > Hi all! > > I'm an undergraduate TA for a Canadian university which uses DrRacket as its > primary IDE for its introductory programming course. As a fun side project > to keep me busy during the summer, I was hoping to

[racket-users] DrRacket Plugin development

2018-05-09 Thread James Yoo
Hi all! I'm an undergraduate TA for a Canadian university which uses DrRacket as its primary IDE for its introductory programming course. As a fun side project to keep me busy during the summer, I was hoping to develop a DrRacket plugin which basically acts as an in-editor help desk. My vision

[racket-users] how to convert the source .rkt to .fas

2018-05-09 Thread vlaxcompiler
I have the source racket 6.10 ascii. Or How to make .fas file inside Gracket? I need user load .fas or .fasl not .rkt. How to make library file? I need compile the rkt to library? How link the function with library file(.fasl. .fas)? Thnak you.. -- You received this message because you are

[racket-users] Re: Can the embedded interpreter load modules not included using ++lib?

2018-05-09 Thread Ondřej Majerech
Hi, after calling scheme_set_collects_path, you also need to call scheme_init_collection_paths (env, scheme_null) to initialise the current-library-collection-paths

Re: [racket-users] Unbound identifier error with syntax transformer that uses syntax-generating helper procedure

2018-05-09 Thread Matthias Felleisen
Here is a variant of the program that asserts a phase level and breaks if it is not the expected one. This is just a programmatic confirmation of Alexis’s explanation of course. #lang racket (module syntax-assertions racket (provide assert-level) (define (assert-level i) (define