[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- From: "Jonathan Tran" <jonnytran@gmail.com>
- To: philly-lambda@googlegroups.com
- Subject: Re: thoughts on OCaml?
- Date: Mon, 16 Jun 2008 10:31:54 -0400
- Authentication-results: mx.google.com; spf=pass (google.com: domain of jonnytran@gmail.com designates 209.85.132.243 as permitted sender) smtp.mail=jonnytran@gmail.com; dkim=pass (test mode) header.i=@gmail.com
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received-spf:authentication-results:received :dkim-signature:domainkey-signature:received:received:message-id :date:from:to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references:reply-to :sender:precedence:x-google-loop:mailing-list:list-id:list-post :list-help:list-unsubscribe:x-beenthere; bh=rDcv+jCMwkBqY5GWkQ9LmpAz+okw5PLWaRXSRHoUXU0=; b=RHYkOABEjkQFVmbpyOY39F5tEkiTuQUf5C2iWwPXko30bUfhtNHp3mjESpG9ph3+hB CEuyzW/SvenrDpjWdUOOvNjlSrpp7HGOxmZXqRT4eDEaf8R9NSoQgfrnyUnGpFljQvne 9S98LSx+NGvNGaXHVO7tgx24qVqbKYgW+UmRs=
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=bYNsXRuSM2hSQnpLJZUcwqDtcZbqwvNcCgFDtchneD4=; b=hn9y/PqeyGkrXcl5+Dl+8C21anwiayc1bzInDvv9jvbtPFRBdBOOwULfCBAyyAybWJ iL38MJbjR7GJAs3rLIPcIt8vemY6FvLSNpLemo9joAGX0XjQA/D/rKZETHlh/zjJTj/h 5MxTRyWOGsGrSWPnFEK5Aj/8ZPrgtzXDNFfWA=
- Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda-owner@googlegroups.com
- Reply-to: philly-lambda@googlegroups.com
- Sender: philly-lambda@googlegroups.com
> Does anyone on the list have experience with OCaml? Likes, dislikes?
A little. Likes and dislikes. What are you thinking of using it for?
> ... define a plugin API and load plugins at runtime ...
To ease any fears Kyle may have spawned in you, I believe OCaml does
this C-style by loading function pointers into references (i.e. into
mutable memory cells).
|
|