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

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,

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

2016-08-17 Thread spdegabrielle
gt; MetaPost: > > > https://github.com/soegaard/metapict/blob/master/metapict/trans.rkt > > > > /Jens Axel > > > > > 2016-08-17 10:54 GMT+02:00 spdegabrielle <spdega...@gmail.com>: > Hi, > > > > How do you use the 'make-brush' '#:transformat

[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