metalanguage Questions
1
Solved
I'm trying to write in Racket a module meta-language mylang, which accepts a second language to which is passes the modified body, such that:
(module foo mylang typed/racket body)
is equivalen...
Murther asked 16/6, 2016 at 19:29
1
I need to write a function that takes a list of strings and finds the largest string in the list. The catch is it needs to iterate through the list using List.foldl and cannot use recursive calls e...
Sabella asked 6/2, 2013 at 20:24
1
© 2022 - 2024 — McMap. All rights reserved.