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
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
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
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
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
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)
>
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
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,
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.
>
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)
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.
__
=
ICFP 2011: International Conference on Functional Programming
http://www.icfpconference.org/icfp2011
=
On behalf of the Program Committee of ICF
12 matches
Mail list logo