You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(39) |
May
(41) |
Jun
(20) |
Jul
(8) |
Aug
(15) |
Sep
(18) |
Oct
(15) |
Nov
(6) |
Dec
(48) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(28) |
Feb
(6) |
Mar
(23) |
Apr
(13) |
May
(3) |
Jun
(12) |
Jul
(26) |
Aug
(1) |
Sep
|
Oct
(14) |
Nov
(2) |
Dec
(18) |
| 2004 |
Jan
(10) |
Feb
(5) |
Mar
(24) |
Apr
(7) |
May
(79) |
Jun
(25) |
Jul
|
Aug
(2) |
Sep
(11) |
Oct
(5) |
Nov
|
Dec
(1) |
| 2005 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
|
From: Timothy J. H. <tim...@us...> - 2004-05-20 17:57:24
|
Update of /cvsroot/jscheme/jscheme In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32174 Modified Files: mainwebpage.html Log Message: created new jscheme.JScheme class, reinstated old jschemme.JS class |
|
From: Ken A. <kan...@us...> - 2004-05-20 17:52:54
|
Update of /cvsroot/jscheme/jscheme/src/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31332/src/build Modified Files: update Log Message: get update working with anonymous cvs |
|
From: Ken A. <kan...@bb...> - 2004-05-20 17:31:36
|
This is a good idea, at least for a while.
k
At 12:17 PM 5/20/2004 -0400, Timothy John Hickey wrote:
>How about renaming JS to be JScheme for the independent interpreters
>and then reimplementing the old JS to use the single static instance of a JScheme
>element as Jonathan suggests. This would mean we would write code like...
>
>>import "jscheme.JScheme";
>>
>>...
>>Jscheme js = new JScheme();
>>System.out.println(js.call("java.util.Date."));
>
>The JS class will be a deprecated class as Jonathan suggests.
>
>---Tim---
>
>On May 20, 2004, at 11:28 AM, Jonathan A Rees wrote:
>
>>Although I'm definitely in favor of institutionalizing the ability to
>>make instances of the interpreter, I'm also the sort of person who
>>gets annoyed at unnecessary backwards incompatibilities. May I
>>suggest that you can have it both ways by keeping the static methods
>>around, but have them use some distinguished instance, stored
>>internally in a static field of some jsint class? Then old code (like
>>mine) can use new versions of the library without having to switch
>>from the old static methods to the new dynamic ones, at least during a
>>transition period. The static methods can be marked 'deprecated', and
>>clients can update their code at their leisure.
>>
>>Jonathan
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by: Oracle 10g
>>Get certified on the hottest thing ever to hit the market... Oracle 10g.
>>Take an Oracle 10g class now, and we'll give you the exam FREE.
>>http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
>>_______________________________________________
>>Jscheme-user mailing list
>>Jsc...@li...
>>https://lists.sourceforge.net/lists/listinfo/jscheme-user
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: Oracle 10g
>Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
>http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
>_______________________________________________
>Jscheme-devel mailing list
>Jsc...@li...
>https://lists.sourceforge.net/lists/listinfo/jscheme-devel
|
|
From: Timothy J. H. <ti...@cs...> - 2004-05-20 16:17:54
|
How about renaming JS to be JScheme for the independent interpreters
and then reimplementing the old JS to use the single static instance of
a JScheme
element as Jonathan suggests. This would mean we would write code
like...
> import "jscheme.JScheme";
>
> ...
> Jscheme js = new JScheme();
> System.out.println(js.call("java.util.Date."));
The JS class will be a deprecated class as Jonathan suggests.
---Tim---
On May 20, 2004, at 11:28 AM, Jonathan A Rees wrote:
> Although I'm definitely in favor of institutionalizing the ability to
> make instances of the interpreter, I'm also the sort of person who
> gets annoyed at unnecessary backwards incompatibilities. May I
> suggest that you can have it both ways by keeping the static methods
> around, but have them use some distinguished instance, stored
> internally in a static field of some jsint class? Then old code (like
> mine) can use new versions of the library without having to switch
> from the old static methods to the new dynamic ones, at least during a
> transition period. The static methods can be marked 'deprecated', and
> clients can update their code at their leisure.
>
> Jonathan
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle
> 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Jscheme-user mailing list
> Jsc...@li...
> https://lists.sourceforge.net/lists/listinfo/jscheme-user
|
|
From: Ken A. <kan...@us...> - 2004-05-20 14:20:49
|
Update of /cvsroot/jscheme/jscheme/src/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20091 Modified Files: update Log Message: update update. |
|
From: Ken A. <kan...@us...> - 2004-05-19 21:59:45
|
Update of /cvsroot/jscheme/jscheme/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13003/doc Modified Files: userman.html Log Message: This time for sure |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 20:35:25
|
Update of /cvsroot/jscheme/jscheme In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29102 Modified Files: mainwebpage.html Log Message: updated some documentation |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 20:35:25
|
Update of /cvsroot/jscheme/jscheme/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29102/doc Modified Files: modules.html whatsnew.html Log Message: updated some documentation |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 18:22:17
|
Update of /cvsroot/jscheme/jscheme/src/interact In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1398/src/interact Modified Files: Interactor.java Log Message: fix bug in Interactor introduced by new JS |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 17:51:39
|
Update of /cvsroot/jscheme/jscheme/src/jscheme In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26396/src/jscheme Modified Files: JS.java Log Message: added (use-module FILE SPECIFIER SYMBOLS PREFIX) to the primitives |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 17:51:39
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26396/src/jsint Modified Files: DynamicEnvironment.java Evaluator.java Primitive.java primproc.scm Log Message: added (use-module FILE SPECIFIER SYMBOLS PREFIX) to the primitives |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:47:08
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5113/src/jsint Modified Files: Evaluator.java Scheme.java Log Message: made loadEnvironment public |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:42:46
|
Update of /cvsroot/jscheme/jscheme/src/jscheme In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3129/src/jscheme Added Files: SchemeEvaluator.java Log Message: adding jscheme/SchemeEvaluator.java |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:41:19
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2926 Added Files: Evaluator.java Log Message: added two new files |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:15
|
Update of /cvsroot/jscheme/jscheme/src/using In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/using Modified Files: Active.java Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:15
|
Update of /cvsroot/jscheme/jscheme/src/jlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/jlib Modified Files: JLIB.scm Swing.scm Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:15
|
Update of /cvsroot/jscheme/jscheme/src/jscheme In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/jscheme Modified Files: BootstrapR4RSa.scm JS.java JSgen.scm SchemeTests.scm Shebang.java Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:12
|
Update of /cvsroot/jscheme/jscheme/src/jsint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/jsint Modified Files: BacktraceException.java DynamicVariable.java E.java InputPort.java Pair.java Primitive.java Scheme.java Symbol.java U.java Version.java primitives.scm primproc.scm Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:12
|
Update of /cvsroot/jscheme/jscheme/src/jscheme/bsf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/jscheme/bsf Modified Files: Engine.java Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:12
|
Update of /cvsroot/jscheme/jscheme/src/dclass In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/dclass Modified Files: Class.java Modified.java Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:12
|
Update of /cvsroot/jscheme/jscheme/src/jsint/compiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/jsint/compiler Modified Files: Compiler.scm Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:12
|
Update of /cvsroot/jscheme/jscheme/src/jlib/demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/jlib/demo Modified Files: Demorunner.scm SchemeEval.scm Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:12
|
Update of /cvsroot/jscheme/jscheme/src/elf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/elf Modified Files: SchemeComparator.java SchemeInvocationHandler.java Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:11
|
Update of /cvsroot/jscheme/jscheme/src/interact In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/interact Modified Files: Interactor.java Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |
|
From: Timothy J. H. <tim...@us...> - 2004-05-19 04:28:08
|
Update of /cvsroot/jscheme/jscheme/src/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32525/src/build Modified Files: jscheme-bootstrap.scm Log Message: incorporated Toby Allsopp's revisions allowing multiple independent JScheme instances |