于 2012年03月23日 00:39, Tamás Kovács 写道:
I have added autodetection for MIT Scheme version to Slimv, and start
the built-in swank server if version is 9.1 or above.
Please fetch the latest Slimv version from the repository.

2012/3/20 Frank<eular.fr...@gmail.com>:
As MIT-Scheme 9.1 is released, swank is supported in MIT-Scheme.
http://www.gnu.org/software/mit-scheme/release.html
Can we take advantage of this method?

Compiling source code is not well supported.
The swank log file is attached.

$ scheme --version
MIT/GNU Scheme microcode 15.3
Copyright (C) 2011 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is NO warranty;
not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Image saved on Tuesday March 20, 2012 at 5:36:36 PM
Release 9.1 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/i386 4.118
Edwin 3.116
Moriturus te saluto.

[---Sent---] 0.19
(:emacs-rex (swank:connection-info) nil t 1)

[-Received-] 0.19
(:return (:ok (:pid 2741 :package (:name "(user)" :prompt "(user)") :lisp-implementation (:type "MIT/GNU Scheme" :version "9.1") :version "20100404")) 1)
[Actionlist] 0.19
1: finished :connection-info 
params: [':pid', '2741', ':package', [':name', '"(user)"', ':prompt', '"(user)"'], ':lisp-implementation', [':type', '"MIT/GNU Scheme"', ':version', '"9.1"'], ':version', '"20100404"']
 Package:(user) Prompt:(user)
[---Sent---] 0.22
(:emacs-rex (swank:create-repl nil) "(user)" t 2)

[-Received-] 0.22
(:return (:ok ("environment-11" "environment-11")) 2)
[Actionlist] 0.22
2: finished :create-repl 
params: ['"environment-11"', '"environment-11"']
[---Sent---] 0.23
(:emacs-rex (swank:compile-file-for-emacs "/tmp/test.scm" t) nil t 3)

[-Received-] 0.28
(:debug 0 1 ("Unbound variable: t" "  [unbound-variable]" nil) (("use-value" "Specify a value to use instead of t.") ("store-value" "Define t to a given value.") ("abort" "Return to SLIME top-level.")) ((0 ";Unknown (methodless) #[stack-frame 12]") (1 "t") (2 "t") (3 "(emacs-rex socket sexp pstring)") (4 "(with-simple-restart (quote abort) \"Return to SLIME top-level.\" (lambda () (let ((in-temp (find-restart (quote abort))) (out-temp)) (shallow-fluid-bind (lambda () (set! out-temp (set! *top-level-restart* (set! in-temp))) #!unspecific) (lambda () (process-one-message socket 0)) (lambda () (set! in-temp (set! *top-level-restart* (set! out-temp))) #!unspecific)))))") (5 "(start-swank)")) ())
[-Received-] 0.29
(:debug-activate 0 1)
_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to