Re: [racket-users] raco pkg install failing inside Virtualbox. OpenSSL issue?

2016-10-19 Thread Ben Greenman
You can disable El Capitan's "system integrity protection". http://stackoverflow.com/questions/30768087/restricted-folder-files-in-os-x-el-capitan On Wed, Oct 19, 2016 at 1:09 PM, David Storrs wrote: > I have it on OSX running on metal. My understanding (possibly wrong)

Re: [racket-users] raco pkg install failing inside Virtualbox. OpenSSL issue?

2016-10-19 Thread David Storrs
I have it on OSX running on metal. My understanding (possibly wrong) is that it's an issue with the libcrypto and libssl 0.9 versions that were shipped with OSX 11 (El Capitan), and apparently with your version of Ubuntu. If you replace the libraries with 1.0+ versions I would expect it to resolve

Re: [racket-users] Drawing arbitrary binding arrows with Check Syntax

2016-10-19 Thread Alex Knauth
> On Oct 19, 2016, at 12:26 PM, Alexis King wrote: > >> On Oct 19, 2016, at 4:06 AM, Robby Findler >> wrote: >> >> That's the best approach we currently have. Of course, we could support a >> new property that was "connect srclocs" or

Re: [racket-users] Drawing arbitrary binding arrows with Check Syntax

2016-10-19 Thread Alexis King
> On Oct 19, 2016, at 4:06 AM, Robby Findler > wrote: > > That's the best approach we currently have. Of course, we could support a new > property that was "connect srclocs" or something. Do you think it would make sense to have a property that uses

[racket-users] Re: demande d'aide

2016-10-19 Thread Masto Fine
Le vendredi 14 octobre 2016 08:12:27 UTC+2, Masto Fine a écrit : > je commence en drracket et je cherche qqun qui pourrait m'aaider pour l > construction de petits programmes ! > j'en suis par exemple a la construction de petits mondes , et je ne > comprends pas comment programmer la

Re: [racket-users] demande d'aide

2016-10-19 Thread Masto Fine
Le vendredi 14 octobre 2016 09:54:52 UTC+2, Jens Axel Søgaard a écrit : > You need to break down your problem in smaller pieces. > > > Here is a suggestion of some helper functions to get you started. > > > digit->image  : number -> image >   Given a digit (0,1,...,9) as input, return an image

[racket-users] raco pkg install failing inside Virtualbox. OpenSSL issue?

2016-10-19 Thread phil jones
Hi, I'm trying to get my development environments across different machines more consistent by running a standard Ubuntu image inside a Vagrant / Virtualbox Box. I'm trying to set up racket inside this environment (on Windows 10), but I'm getting the following error trying to install libraries

Re: [racket-users] Drawing arbitrary binding arrows with Check Syntax

2016-10-19 Thread Robby Findler
That's the best approach we currently have. Of course, we could support a new property that was "connect srclocs" or something. One thing to keep in mind is renaming too tho. I would welcome patches. :) Robby On Wednesday, October 19, 2016, Alexis King wrote: > I have