[racket-users] Re: Load and execute files

2020-03-19 Thread Alex Owens
Hello, this is very possible and you have the right idea. You need to (provide ...) the functions from A.rkt in your case, and (require "A.rkt") in B.rkt. Then you can simply run "racket B.rkt" and the require will get all of the functions that have been provided in A.rkt (assuming these files

[racket-users] Puzzler - A Language for Puzzle Games

2020-04-22 Thread Alex Owens
Hello everyone! My name is Alex Owens and I've been a lurker on this mailing list - and in the Racket community in general - for a while. While I'm still relatively new to Racket, I wanted to share a project I worked on called Puzzler. Puzzler is a DSL to enable easy creation of 2D