Re: [racket-users] Twenty six low-risk ways to use Racket at work You can start right now

2016-09-30 Thread spdegabrielle
OK I've started with: https://github.com/racket/racket/wiki/Low-risk-ways-you-can-use-Racket-at-work Please feel free to edit/delete/move/rearrange as you see fit. S. PS Davids thing sounds awesome! PPS I'm sorry Ju. Please accept my apologies - I don't understand your response. Can you try ag

Re: [racket-users] Sending a file via HTML request.

2016-08-23 Thread spdegabrielle
Hi, JSON (require json-parsing) see https://docs.racket-lang.org/json-parsing/index.html I've cribbed the HTML below from http://www.w3schools.com/tags/att_input_accept.asp On the web server side this SO response seems to answer, http://stackoverflow.com/questions/20588641/in-racket-how-

Re: [racket-users] How do you use the 'make-brush' '#:transformation' vector[11] argument?

2016-08-17 Thread spdegabrielle
sponding to the one used in > MetaPost: > > > https://github.com/soegaard/metapict/blob/master/metapict/trans.rkt > > > > /Jens Axel > > > > > 2016-08-17 10:54 GMT+02:00 spdegabrielle : > Hi, > > > > How do you use the 'make-brush' &#x

[racket-users] How do you use the 'make-brush' '#:transformation' vector[11] argument?

2016-08-17 Thread spdegabrielle
Hi, How do you use the 'make-brush' '#:transformation' vector[11] argument? What should the vector contain? http://docs.racket-lang.org/draw/Drawing_Functions.html#%28def._%28%28lib._racket%2Fdraw..rkt%29._make-brush%29%29 Kind regards, Stephen -- You received this message because you are

[racket-users] Scribble-string->xexpr ?

2015-11-03 Thread spdegabrielle
Hi, is there a way to to generate xexprs for consumption of the web server I thought making a simple wiki with scribble as the syntax might be fun, but I'm tripping at this first hurdle i.e. (scribblestring->xexpr a-string) ->xexpr Any suggestions appreciated Stephen #lang racket (require