At Fri, 25 Dec 2015 22:17:21 -0800 (PST), Taro Annual wrote:
> I make "pong" game in big-bang(2hdp/universe).
> But, moving a racket(not language!) by keyboard("up", "down", ...), the 
> racket 
> freezes in 0.3~0.5s sometimes.
> 
> I think it is due to the beginner's platform.
> What modules/syntaxes are used in action games in Racket language.

It sounds like you're seeing pauses related to garbage collection. The
current pre-release version of Racket includes improvements aimed
specifically at this problem.

Can you try a current snapshot to see whether it eliminates pauses?:

  http://pre.racket-lang.org/

The program should run better within DrRacket. For best results,
though, you may need to run outside of DrRacket (either by starting the
program with `racket` on the command line or by choosing "Create
Executable" in DrRacket's "Racket" menu).

If the pauses are still not eliminated in the current snapshot, I'm
interested to take a closer look at your program.

Thanks,
Matthew

-- 
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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to