Re: [racket-users] Questions about implementing a Lisp-2

2016-04-12 Thread Josh Tilles
On Monday, April 11, 2016 at 8:41:54 PM UTC-4, Neil Van Dyke wrote: > I would first decide whether and how I want functions and variables > provided by modules in this language, to be usable from modules in other > `#lang`s. That narrows down the options of how to do it. Very good point. To be h

[racket-users] Questions about implementing a Lisp-2

2016-04-11 Thread Josh Tilles
Hello Racketeers, I come seeking advice. I'm trying to implement a Lisp-2 in Racket, but I've been unsuccessful in my initial attempts. My goal is to be able to do something like the following: ``` (defun example (sym) (symbol->string sym)) (defvar example 'an-arbitrary-symbol) (example exa

[racket] Reasonable subset of packages in 5.3.6 for "minimal" installation?

2013-10-25 Thread Josh Tilles
Context for my question: I'm working on the Homebrew formula for Racket, and I'd like to offer a version that has as few dependencies as possible. >From what I've seen of the current state of the repository, it seems like the PLTeam has already adopted t

[racket] Configuring packages' search paths for dynamically linked libs

2013-10-22 Thread Josh Tilles
Briefly: I'd like Racket + its packages to know where (e.g.) the latest Cairo libraries are, but I also want most of my other software continue to use an older version of Cairo. If anyone can point me to the relevant section of documentation I'd be awfully grateful. And if what I'm trying to do i

[racket] Neophyte Alert

2011-08-31 Thread Josh Tilles
n Racket because I inherited thousands of lines of messy pseudo-OO PHP. A preemptive thank you for helping! --Josh Tilles P.S. Has anyone given any thought to consolidating some of the Racket discussion to a StackExchange site? Or something else of that ilk?__