Re: [racket-users] Racket 7 multi core support

2018-05-21 Thread George Neuner
Hi Sam, On 5/21/2018 11:42 PM, Sam Tobin-Hochstadt wrote: First, the default build of Racket 7 (according to the plan Matthew posted to the racket-dev list on Feb 20) will have the new in-Racket expander, but the default will not be to use Chez Scheme's runtime. Second, the "cs" variant of

Re: [racket-users] Racket 7 multi core support

2018-05-21 Thread Sam Tobin-Hochstadt
First, the default build of Racket 7 (according to the plan Matthew posted to the racket-dev list on Feb 20) will have the new in-Racket expander, but the default will not be to use Chez Scheme's runtime. Second, the "cs" variant of Racket will map Racket futures onto Chez pthreads, and many more

Re: [racket-users] Racket 7 multi core support

2018-05-21 Thread George Neuner
On 5/21/2018 12:00 PM, Piyush Katariya wrote: what if i dont wish to juggle between Threads and Places to leverage all CPU cores ? Just use Thread abstraction. Chez Scheme page says it can possible run on multi core, so I believe it must be possible for Racket 7 to do so ???

Re: [racket-users] why doesn't this macro produce an "identifier already defined" error?

2018-05-21 Thread Jens Axel Søgaard
In the old macro expansion model marks are applied to input / output when submac is applied. Since FOO-ID is retrieved from a property it has no "input mark". We can use syntax-local-introduce to mark it ourselves. #lang racket (define foo 'module-foo) (define-syntax (mac stx) (syntax-case

[racket-users] why doesn't this macro produce an "identifier already defined" error?

2018-05-21 Thread Matthew Butterick
I must be missing something obvious. But I've developed short-term macro blindness. The idea is that the `foo` identifier is packaged into the call to `submac` as a syntax property. When I retrieve this property from inside `mac`, it returns the expected 'module-foo value. But when I

Re: [racket-users] Announcing Event-lang

2018-05-21 Thread Jay McCarthy
This is very cute! Can you point to a fun example? I looked through the repo and it wasn't obvious where some tests and examples were. Jay On Fri, May 18, 2018 at 4:20 PM, Eric Griffis wrote: > Hi everyone, > > I would like to announce the initial release of event-lang, an >

Re: [racket-users] Search the Racket package catalog on the command line

2018-05-21 Thread Jay McCarthy
There is not a better way. I often use links. Jay On Sun, May 20, 2018 at 8:03 PM, Winston Weinert wrote: > Is there a way to search the Racket package catalog from the command line? > > I found "raco pkg catalog-show --all" lists all entries, but it appears to > take some

Re: [racket-users] Racket 7 multi core support

2018-05-21 Thread Piyush Katariya
> > what if i dont wish to juggle between Threads and Places to leverage all > CPU cores ? Just use Thread abstraction. Chez Scheme page says it can possible run on multi core, so I believe it must be possible for Racket 7 to do so ??? https://github.com/cisco/chezscheme -- You received

Re: [racket-users] lib "graphics.ss" "graphics"

2018-05-21 Thread Vincent St-Amour
La mejor referencia para `2htdp/universe` es el libro "How to Design Programs": htdp.org Esta parte presenta `2htdp/universe`: http://htdp.org/2018-01-06/Book/part_one.html#%28part._.D.K._sec~3adesign-world%29 Si está utilizando `2htdp/universe`, querrá usar la librería `2htdp/image`, no

Re: [racket-users] Racket 7 multi core support

2018-05-21 Thread Sam Tobin-Hochstadt
Additionally, the `racket/future` library provides (somewhat limited) support for shared memory parallelism. Sam On Mon, May 21, 2018 at 11:31 AM, George Neuner wrote: > > On 5/21/2018 10:31 AM, Piyush Katariya wrote: >> >> Will Racket 7 support utilizing multi-core CPUs

Re: [racket-users] Racket 7 multi core support

2018-05-21 Thread George Neuner
On 5/21/2018 10:31 AM, Piyush Katariya wrote: Will Racket 7 support utilizing multi-core CPUs in one process instance ? Sort of.  The Racket VM implements userspace threads on a single core.  However a single OS process can host multiple instances of the VM which can communicate with each

Re: [racket-users] lib "graphics.ss" "graphics"

2018-05-21 Thread Black Panter
¡Gracias! Mil gracias por tu respuesta!!! Por casualidad sabes de un tutorial para la librería 2htdp/universe, esa es muy buen para juegos y estoy haciendo un proyecto de la universidad. Gracias por tu colaboración El lun., 21 de may. de 2018, 10:27 a.m., Vincent St-Amour <

Re: [racket-users] lib "graphics.ss" "graphics"

2018-05-21 Thread Vincent St-Amour
Hola amigo, La librería `graphics` no puede imprimir texto con negrita u otra fuentes. La librería `pict` es lo que quires. La función `text`, específicamente. http://docs.racket-lang.org/pict/Basic_Pict_Constructors.html#%28def._%28%28lib._pict%2Fmain..rkt%29._text%29%29 Vincent On Mon, 21

[racket-users] Racket 7 multi core support

2018-05-21 Thread Piyush Katariya
Will Racket 7 support utilizing multi-core CPUs in one process instance ? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [racket-users] I am looking for someone who can code me a memory game in drracket. I pay for it.

2018-05-21 Thread Robby Findler
That is a very good school! You must be quite smart to be able to go there. What is your name? Robby On Mon, May 21, 2018 at 6:49 AM רונן סדובניק wrote: > I am in Leobaeck school, and I would like to have it in pretty big > language but other languages will be good

Re: [racket-users] I am looking for someone who can code me a memory game in drracket. I pay for it.

2018-05-21 Thread Robby Findler
These games are different at different universities. Which university do you attend? Robby On Mon, May 21, 2018 at 6:28 AM wrote: > Hey I need a code of memory game in Drracket in any language. I'll pay you > for this:D. > > -- > You received this message because you

[racket-users] I am looking for someone who can code me a memory game in drracket. I pay for it.

2018-05-21 Thread ronen . sa68
Hey I need a code of memory game in Drracket in any language. I'll pay you for this:D. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to