caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* questions
@ 1998-11-15  0:15 Nickolay B. Semyonov
  1998-11-16  2:45 ` questions Jacques GARRIGUE
  0 siblings, 1 reply; 6+ messages in thread
From: Nickolay B. Semyonov @ 1998-11-15  0:15 UTC (permalink / raw)
  To: caml-list

I have few questions:

1) Does anybody update Emacs-scripts in distribution of Ocaml to support
Emacs 20.* ?

2) Is there any ocaml interface to OpenGL libraries?

3) Is there any database support for Ocaml? SQL-interface or smth like it.


Nickolay




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

* Re: questions
  1998-11-15  0:15 questions Nickolay B. Semyonov
@ 1998-11-16  2:45 ` Jacques GARRIGUE
  0 siblings, 0 replies; 6+ messages in thread
From: Jacques GARRIGUE @ 1998-11-16  2:45 UTC (permalink / raw)
  To: snob; +Cc: caml-list

From: "Nickolay B. Semyonov" <snob@snob.spb.ru>

> I have few questions:
> 
> 1) Does anybody update Emacs-scripts in distribution of Ocaml to support
> Emacs 20.* ?

I do. If you have any problems you should send me a bug report, and I
will see what I can do.
The emacs scripts in the ocaml distribution should work with Emacs 20,
but the indentation code was not updated in ocaml-2.00. You should get
ocaml-mode-2.00.tar.gz from either http://pauillac.inria.fr/olabl/ or
http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/.

> 2) Is there any ocaml interface to OpenGL libraries?

Not for ocaml, but for olabl which is an extension of ocaml.
Ocaml's type system is too restrictive to provide such an interface in
a type safe way.
You can get more information from
	http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/

> 3) Is there any database support for Ocaml? SQL-interface or smth like it.

This is lower level but the ocaml distribution contains both a Dbm and
a Berkeley DB interface. I don't know about any SQL interface.

Regards,

	Jacques
---------------------------------------------------------------------------
Jacques Garrigue      Kyoto University     garrigue at kurims.kyoto-u.ac.jp
		<A HREF=http://wwwfun.kurims.kyoto-u.ac.jp/~garrigue/>JG</A>




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

* Re: questions
  2009-03-24 19:42 questions John Prince
@ 2009-03-25  0:24 ` Michael Ekstrand
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Ekstrand @ 2009-03-25  0:24 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

John Prince <john.prince@colorado.edu> writes:
> 1) Is there something comparable to RSpec (i.e., behavior driven
> development)?  A recommendation on which testing module to use?

I have found OUnit to be fairly natural.  I haven't used it much, but it
was easy to pick up having had some exposure to JUnit, py.test, and a
Lisp test framework or two.

> 3) Is there consensus on the best/fastest xml parser?

I've quite enjoyed Xmlm.  It is an event-based pull parser, where you
set up an event stream and then ask it for each event in turn.  By far
the easiest XML parsing paradigm I've used (short of tree querying
systems such as XPath or LINQ); pattern matching over events results in
simpler code than the inversion-of-control usage in a SAX or expat
parser.

- Michael

-- 
mouse, n: A device for pointing at the xterm in which you want to type.
Confused by the strange files?  I cryptographically sign my messages.
For more information see <http://www.elehack.net/resources/gpg>.

[-- Attachment #2: Type: application/pgp-signature, Size: 196 bytes --]

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

* questions
@ 2009-03-24 19:42 John Prince
  2009-03-25  0:24 ` questions Michael Ekstrand
  0 siblings, 1 reply; 6+ messages in thread
From: John Prince @ 2009-03-24 19:42 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

I'm new to ocaml and coming (most recently) from ruby, so I was wondering if
there are equivalents to some of the things that I find handy in ruby:

1) Is there something comparable to RSpec (i.e., behavior driven
development)?  A recommendation on which testing module to use?

2) Is there something like 'ri' in ocaml?  (commandline access to basic
documentation)

3) Is there consensus on the best/fastest xml parser?

4) What kind of YAML support is there?  I've seen an ad-hoc writeup to read
in JSON in an ocaml program, but I'm much more familiar with YAML.

Where is the message archive located?  Is it searchable?

Can someone point me to the best resource(s) for newbies?  I have been
reading through what's out there, but its always nice to get a
recommendation.

Thanks,
John

[-- Attachment #2: Type: text/html, Size: 868 bytes --]

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

* questions
@ 2006-11-06 18:51 Igor Ozerov
  0 siblings, 0 replies; 6+ messages in thread
From: Igor Ozerov @ 2006-11-06 18:51 UTC (permalink / raw)
  To: caml-list

Hello!
I cannot compile ocaml on my Linux.
I am starting to learn this OS.
Cuold you help me to compile?
Processor: Intell Core Dure (32 bits)
linux: ALT Linux
Thanks!
I am doing it during several days... but no results yet.

-- 
ИО






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

* Re: Questions
       [not found] <35893147.6320A64F@club-internet.fr>
@ 1998-06-19  9:37 ` Francois Rouaix
  0 siblings, 0 replies; 6+ messages in thread
From: Francois Rouaix @ 1998-06-19  9:37 UTC (permalink / raw)
  To: SURLOG; +Cc: Caml List

> 2. Ou en est le portage de tkemacs pour ocamltk ? 

Je repete ma reponse du 6 fevrier 1998.

Il n'y a rien de prevu pour ces widgets (ni pour les autres diverses
extensions qu'ont peut trouver de part le monde).
Dans la plupart des cas, les extensions peuvent etre remontee en ocamltk
en utilisant judicieusement le tkcompiler, qui genere des "stubs" a partir
d'un fichier de description. Il peut etre necessaire de completer/corriger
a la main.
Pour un exemple, voir le repertoire blt de la recente distribution 
de ocamltk41.

--f






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

end of thread, other threads:[~2009-03-25  0:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-15  0:15 questions Nickolay B. Semyonov
1998-11-16  2:45 ` questions Jacques GARRIGUE
  -- strict thread matches above, loose matches on Subject: below --
2009-03-24 19:42 questions John Prince
2009-03-25  0:24 ` questions Michael Ekstrand
2006-11-06 18:51 questions Igor Ozerov
     [not found] <35893147.6320A64F@club-internet.fr>
1998-06-19  9:37 ` Questions Francois Rouaix

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