caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] JoCaml
@ 2002-01-22  4:38 Will Benton
  2002-01-22  5:55 ` Alan Schmitt
  2002-01-22 13:25 ` Luc Maranget
  0 siblings, 2 replies; 10+ messages in thread
From: Will Benton @ 2002-01-22  4:38 UTC (permalink / raw)
  To: caml-list

What's the state of JoCaml?  Is it actively developed?  Has it a
separate mailing list?





wb

-- 
Will Benton      | "Nicht wie die Welt ist, ist das Mystische, 
willb@acm.org    |  sondern daß sie ist." --L. Wittgenstein
**GnuPG public key:  http://www.cs.wisc.edu/~willb/pubkey

-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2002-01-22  4:38 [Caml-list] JoCaml Will Benton
@ 2002-01-22  5:55 ` Alan Schmitt
  2002-01-22 13:25 ` Luc Maranget
  1 sibling, 0 replies; 10+ messages in thread
From: Alan Schmitt @ 2002-01-22  5:55 UTC (permalink / raw)
  To: Will Benton; +Cc: caml-list

JoCaml is still actively developped, and is undergoing a complete
rewrite. There is a list for jocaml, it's jocaml@pauillac.inria.fr (I
forgot the details on how to subscribe, it's on the web page:
http://pauillac.inria.fr/jocaml/). You can also reach the JoCaml
developpers at jocaml-dev@pauillac.inria.fr.

Alan

* Will Benton (willb@cs.wisc.edu) wrote:
> What's the state of JoCaml?  Is it actively developed?  Has it a
> separate mailing list?
> 


--
The hacker: someone who figured things out and made something cool happen.
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2002-01-22  4:38 [Caml-list] JoCaml Will Benton
  2002-01-22  5:55 ` Alan Schmitt
@ 2002-01-22 13:25 ` Luc Maranget
  2002-01-22 14:02   ` Alan Schmitt
  1 sibling, 1 reply; 10+ messages in thread
From: Luc Maranget @ 2002-01-22 13:25 UTC (permalink / raw)
  To: Will Benton; +Cc: caml-list

> 
> What's the state of JoCaml?  Is it actively developed?  Has it a
> separate mailing list?
> 
> 
> wb

JoCaml is being developped , we are aiming at a better integration in
Ocaml. (Do not hold your breath until the next release though...)

Il the meantime JoCaml remains OCaml 1.07 based. There is no mailing
list nut you can contact the developpers at

 jocaml-dev@inria.fr

JoCaml web page is 

http://pauillac.inria.fr/jocaml/

Hope it helps.

--Luc Maranget

-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2002-01-22 13:25 ` Luc Maranget
@ 2002-01-22 14:02   ` Alan Schmitt
  0 siblings, 0 replies; 10+ messages in thread
From: Alan Schmitt @ 2002-01-22 14:02 UTC (permalink / raw)
  To: Luc Maranget; +Cc: Will Benton, caml-list

* Luc Maranget (luc.maranget@inria.fr) wrote:
> JoCaml is being developped , we are aiming at a better integration in
> Ocaml. (Do not hold your breath until the next release though...)
> 
> Il the meantime JoCaml remains OCaml 1.07 based. There is no mailing
> list nut you can contact the developpers at
> 
>  jocaml-dev@inria.fr

There is a mailing list, you can subscribe at jocaml-request@inria.fr
(usual majordomo interface, just send a message with "subscribe" in the
body).

If you look at the archives, at
http://pauillac.inria.fr/bin/wilma/jocaml you'll see that the traffic is
very very low.

Alan

--
The hacker: someone who figured things out and made something cool happen.
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2007-03-27 15:09       ` Joel Reymont
@ 2007-03-27 15:25         ` Luc Maranget
  0 siblings, 0 replies; 10+ messages in thread
From: Luc Maranget @ 2007-03-27 15:25 UTC (permalink / raw)
  To: Joel Reymont; +Cc: Luc Maranget, Caml List

> 
> On Mar 27, 2007, at 4:02 PM, Luc Maranget wrote:
> 
> >* Different syntax and no more code mobility.
> 
> What was the reason for removing code mobility?
The price for ocaml compatility and for (relative) simplicity.
Code mobility may be added later...

> 
> >* Hopefully, binary compatibility with OCaml (Hum..)
> 
> What does this mean? I was under the impression that Jocaml  
> translated into OCaml.
No, JoCaml is a modified OCaml system, besides parsing, typing
is different and we added a pattern matching feature that
must take place inside the compiler.


> 
> Also, will there be compatibility with latest OCaml releases going  
> forward?
We hope so, and this should be quite simple.
At the moment JoCaml is a branch in OCaml cvs trunk. Synchronization
at release time is quite easy. This enable compatibility at the source
level almost for free.

Compatibility at the binary level apparently works.


> My understanding is that the previous Jocaml was based on  
> Ocaml 1.x.
You are correct.



> 
> 	Thanks, Joel
> 
> --
> http://wagerlabs.com/
> 
> 
> 
> 

-- 
Luc Maranget


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2007-03-27 15:02     ` Luc Maranget
@ 2007-03-27 15:09       ` Joel Reymont
  2007-03-27 15:25         ` Luc Maranget
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Reymont @ 2007-03-27 15:09 UTC (permalink / raw)
  To: Luc Maranget; +Cc: Caml List


On Mar 27, 2007, at 4:02 PM, Luc Maranget wrote:

> * Different syntax and no more code mobility.

What was the reason for removing code mobility?

> * Hopefully, binary compatibility with OCaml (Hum..)

What does this mean? I was under the impression that Jocaml  
translated into OCaml.

Also, will there be compatibility with latest OCaml releases going  
forward? My understanding is that the previous Jocaml was based on  
Ocaml 1.x.

	Thanks, Joel

--
http://wagerlabs.com/






^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2007-03-27 14:55   ` Joel Reymont
@ 2007-03-27 15:02     ` Luc Maranget
  2007-03-27 15:09       ` Joel Reymont
  0 siblings, 1 reply; 10+ messages in thread
From: Luc Maranget @ 2007-03-27 15:02 UTC (permalink / raw)
  To: Joel Reymont; +Cc: Luc Maranget, Caml List

> Luc,
> 
> On Mar 27, 2007, at 3:51 PM, Luc Maranget wrote:
> 
> >We are working on a new version of JoCaml, that is of course
> >uncompatible with previous versions, but will be more compatible
> >with OCaml.
> 
> Are the planned changes listed anywhere?

Basically,

* Different syntax and no more code mobility.
* Two compilers (jocamlc, jocamlopt) and a toplevel (jocaml)
* Hopefully, binary compatibility with OCaml (Hum..)


> 
> Is there a paper describing the improvements?
> 
> 	Thanks, Joel

We are writing the documentation, nothing published yet.

-- 
Luc Maranget


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2007-03-27 14:51 ` [Caml-list] JoCaml Luc Maranget
@ 2007-03-27 14:55   ` Joel Reymont
  2007-03-27 15:02     ` Luc Maranget
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Reymont @ 2007-03-27 14:55 UTC (permalink / raw)
  To: Luc Maranget; +Cc: Caml List

Luc,

On Mar 27, 2007, at 3:51 PM, Luc Maranget wrote:

> We are working on a new version of JoCaml, that is of course
> uncompatible with previous versions, but will be more compatible
> with OCaml.

Are the planned changes listed anywhere?

Is there a paper describing the improvements?

	Thanks, Joel

--
http://wagerlabs.com/






^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2007-03-27 13:41 JoCaml Joel Reymont
@ 2007-03-27 14:51 ` Luc Maranget
  2007-03-27 14:55   ` Joel Reymont
  0 siblings, 1 reply; 10+ messages in thread
From: Luc Maranget @ 2007-03-27 14:51 UTC (permalink / raw)
  To: Joel Reymont; +Cc: Caml List

> Is anyone using JoCaml in production?
> 
> Is JoCaml in active development or has the project been subsumed into  
> another one?
> 
> 	Thanks, Joel
> 
> --
> http://wagerlabs.com/
> 
> 

We are working on a new version of JoCaml, that is of course
uncompatible with previous versions, but will be more compatible
with OCaml.

A JoCaml release will follow the next Objective Caml release.



-- 
Luc Maranget


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Caml-list] JoCaml
  2005-05-23  2:53 JoCaml Jonathan Roewen
@ 2005-06-07 21:24 ` James Leifer
  0 siblings, 0 replies; 10+ messages in thread
From: James Leifer @ 2005-06-07 21:24 UTC (permalink / raw)
  To: Jonathan Roewen; +Cc: caml-list

Jonathan Roewen <jonathan.roewen@gmail.com> writes:

> Hi,
>
> I'm wondering how I could contact someone responsible for the JoCaml
> project (I assume it's still active in research circles). General mail
> links on the old JoCaml pages don't work.

Hi Jonathan,

The person to contact is Luc.Maranget@inria.fr.

Best wishes,
-James


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-03-27 15:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-22  4:38 [Caml-list] JoCaml Will Benton
2002-01-22  5:55 ` Alan Schmitt
2002-01-22 13:25 ` Luc Maranget
2002-01-22 14:02   ` Alan Schmitt
2005-05-23  2:53 JoCaml Jonathan Roewen
2005-06-07 21:24 ` [Caml-list] JoCaml James Leifer
2007-03-27 13:41 JoCaml Joel Reymont
2007-03-27 14:51 ` [Caml-list] JoCaml Luc Maranget
2007-03-27 14:55   ` Joel Reymont
2007-03-27 15:02     ` Luc Maranget
2007-03-27 15:09       ` Joel Reymont
2007-03-27 15:25         ` Luc Maranget

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).