caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* RE: [Caml-list] OCaml IDEs for beginners?
@ 2002-05-03 12:24 Gregory Morrisett
  2002-05-03 12:33 ` Benjamin C. Pierce
  0 siblings, 1 reply; 18+ messages in thread
From: Gregory Morrisett @ 2002-05-03 12:24 UTC (permalink / raw)
  To: Gregory Morrisett, bcpierce, Jacques Garrigue; +Cc: caml-list

On another note, last time I talked to Matthias, Shriram, and/or
Matthew,  they were talking about putting a "DrML" environment 
together.  I'm not sure whether they were shooting for an SML
or Ocaml environment.  

I actually think there's a lot more to putting together a good 
teaching IDE together (like DrScheme) than what people currently
have or could easily cobble together.  For instance, an integrated
algebraic stepper (for at least the functional subset of the language)
is really a nice thing to have.  Similarly, it would be nice
to have an environment browser which allows you to look through
the top-level environment to search for library bindings, see
module signatures, etc.  

Another thing that would be really nice is to have incremental
type checking integrated with the editor so that, for instance,
you could mouse over an identifier or expression and get its type.
And of course, any improvement in type error messages as well
as parse errors.  The latter is really problematic with Ocaml's
syntax (old or revised).  

It might also be nice to have a pretty-printer which can put
code into a somewhat canonical style.  For instance, I require
students to put types on top-level definitions and have certain
layout requirements.  It would be nice if there were a layout
checker.

And of course, this all needs to be modifiable for an instructor
so that they can turn on/off features in language levels.  

-Greg
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 18+ messages in thread
* RE: [Caml-list] OCaml IDEs for beginners?
@ 2002-05-03 10:43 Gregory Morrisett
  0 siblings, 0 replies; 18+ messages in thread
From: Gregory Morrisett @ 2002-05-03 10:43 UTC (permalink / raw)
  To: bcpierce, Jacques Garrigue; +Cc: caml-list

> I'm not confident that it would be very easy to
> predict the consequences of deleting rules.

So why not leave the rules in but generate an error in the semantic
actions?

-Greg

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [Caml-list] OCaml IDEs for beginners?
@ 2002-04-30 11:25 Benjamin C. Pierce
  2002-04-30 12:04 ` Michel Schinz
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Benjamin C. Pierce @ 2002-04-30 11:25 UTC (permalink / raw)
  To: caml-list

Are there any programming environments out there for OCaml that are
especially well suited to beginning programmers?

At the University of Pennsylvania, we teach our intro programming course
for CS majors in OCaml (and later Java).  At the moment, we are using
Emacs (with tuareg mode) as the "programming environment," but we're not
very happy with it -- there's too much (dangerous) power, and all the
control-F stuff is unintuitive for kids that have been raised on MS
Word.  Teaching programming to beginners is hard enough without turning
editing into a big deal.

One obvious improvement would be to build an Emacs mode that hides almost
all of its power and offers Word-like mouse- and keybindings.  This would
be pretty easy.

But even better would be a *real* IDE for beginners.  (After all, the
Scheme community has the very wonderful DrScheme environment...)  Is
there one?  

Or, if not, would there be interest in the community in creating one?

     Benjamin



-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


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

end of thread, other threads:[~2002-05-03 21:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-03 12:24 [Caml-list] OCaml IDEs for beginners? Gregory Morrisett
2002-05-03 12:33 ` Benjamin C. Pierce
2002-05-03 16:47   ` roberto
2002-05-03 20:59     ` Henrik Motakef
2002-05-03 21:12   ` Paul Steckler
  -- strict thread matches above, loose matches on Subject: below --
2002-05-03 10:43 Gregory Morrisett
2002-04-30 11:25 Benjamin C. Pierce
2002-04-30 12:04 ` Michel Schinz
2002-04-30 13:06 ` Warp
2002-04-30 16:56   ` Warp
2002-05-01 16:09     ` Benjamin C. Pierce
2002-05-02 11:51       ` Maxence Guesdon
2002-05-01 10:26   ` Gerard Huet
2002-04-30 21:27 ` John Max Skaller
2002-05-01  8:24 ` Yozo TODA
2002-05-01 11:43   ` Benjamin C. Pierce
2002-05-01 22:56     ` Jacques Garrigue
2002-05-02 11:16       ` Benjamin C. Pierce

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).