Re: [racket] scheme code in assembly level

2011-03-14 Thread Jos Koot
That's right, I use windows 7 premium home. Many thanks. Jos > -Original Message- > From: users-boun...@racket-lang.org > [mailto:users-boun...@racket-lang.org] On Behalf Of Matthew Flatt > Sent: 14 March 2011 17:26 > To: Sam Tobin-Hochstadt > Cc: users@racket-lang.org > Subject: Re: [ra

Re: [racket] scheme code in assembly level

2011-03-14 Thread Matthew Flatt
Jos may be using Windows, where C bindings must be explicitly exported from the Racket DLL. I'll add this binding to the export list. At Mon, 14 Mar 2011 11:24:37 -0400, Sam Tobin-Hochstadt wrote: > Probably the underlying compiler has changed. I'll look into it. > > 2011/3/14 Jos Koot : > > I t

Re: [racket] scheme code in assembly level

2011-03-14 Thread Jos Koot
Many thanks. I fogot to mention the version: Welcome to DrRacket, version 5.1.0.3--2011- 03-05(2bdb988/a) [3m]. Jos > -Original Message- > From: sam...@gmail.com [mailto:sam...@gmail.com] On Behalf Of > Sam Tobin-Hochstadt > Sent: 14 March 2011 16:25 > To: Jos Koot > Cc: 김태윤; users@racke

Re: [racket] scheme code in assembly level

2011-03-14 Thread Sam Tobin-Hochstadt
Probably the underlying compiler has changed. I'll look into it. 2011/3/14 Jos Koot : > I took a look. > When running test I find: > > line 77 of decompiler.rkt: > (define on_demand_jit_code (get-ffi-obj "scheme_on_demand_jit_code" #f > _pointer)) > error: decompiler.rkt:77:0: ffi-obj: couldn't

Re: [racket] scheme code in assembly level

2011-03-14 Thread Jos Koot
I took a look. When running test I find: line 77 of decompiler.rkt: (define on_demand_jit_code (get-ffi-obj "scheme_on_demand_jit_code" #f _pointer)) error: decompiler.rkt:77:0: ffi-obj: couldn't get "scheme_on_demand_jit_code" from #f (No se encontr el proceso especificado.; errno=127) (cannot

Re: [racket] Setting web server root

2011-03-14 Thread Noel Welsh
You want to provide a servlet-regexp argument to serve/servlet. ".*" should do. HTH, N On Mon, Mar 14, 2011 at 12:38 PM, Mark Carter wrote: > Suppose I just create a simple web server: ... > > ;;; Start the server > (define (go) >  (define log-to (build-path (find-system-path 'home-dir) >      

Re: [racket] Scribble code

2011-03-14 Thread Sam Tobin-Hochstadt
Use either `racketblock' or `codeblock' for this. The documentation for typesetting code in Scribble is here: http://docs.racket-lang.org/scribble/scribble_manual_code.html On Mon, Mar 14, 2011 at 8:54 AM, Mark Carter wrote: > I have some code that I would like to put in scribble. So far, I have

[racket] Scribble code

2011-03-14 Thread Mark Carter
I have some code that I would like to put in scribble. So far, I have: Example use of stats: @code{"(require carali/money) (stats 'barc '( 41.00 43.20 40.60 50.20 55.66 52.74 64.87 66.25 21.63 22.70 )) "} When I run scribble,

Re: [racket] scheme code in assembly level

2011-03-14 Thread Sam Tobin-Hochstadt
Take a look at https://github.com/samth/disassemble It doesn't do exactly what you want, but it may be helpful. On Mon, Mar 14, 2011 at 8:09 AM, 김태윤 wrote: > hello > is there any way I can debug scheme code in assembly level? > it would be awesome if I can debugging as like ollydbg or softice. >

[racket] Setting web server root

2011-03-14 Thread Mark Carter
Suppose I just create a simple web server: (define (kickoff req) (kickoff (send/suspend (lambda (k-url) (response/xexpr `(html (body (a ([href ,k-url]) "Hello world!" ;;; Start the server (define (go) (define log-to (build-path (find-system-path 'home-dir)

[racket] scheme code in assembly level

2011-03-14 Thread 김태윤
hello is there any way I can debug scheme code in assembly level? it would be awesome if I can debugging as like ollydbg or softice. (with watching flags and registers) prefer Emacs + gracket environment, but if there's no solution, DrRacket is OK. thanks in advanced Regards. Taeyun. __

[racket] ICFP 2011 Deadline Extension

2011-03-14 Thread Wouter Swierstra
= ICFP 2011: International Conference on Functional Programming http://www.icfpconference.org/icfp2011 = On behalf of the Program Committee of ICF