Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion embedded languages for Standard ML
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Norman Ramsey  
View profile  
 More options Jun 29 1997, 3:00 am
Newsgroups: comp.lang.ml
From: Norman Ramsey <n...@adder.cs.virginia.edu>
Date: 1997/06/29
Subject: embedded languages for Standard ML

I'm working on a moderately complex application written in Standard
ML.  The app will be distributed to users who have no experience with
ML, and therefore it is not appropriate simply to present them with a
bunch of ML signatures---I need some other interface to the
application's functionality.  It's really to complex, however, for a
standard Unix-like command-line interface, with switches and so
forth.

I think the right path for this application is to have some simple,
imperative, dynamically typed language embedded in ML, so people can
do things like:
  s := readSpecification "mips.spec"
  generateInterface("mips.h", s, indirect := true, type_name := "Mips")
  generateEncodingImplementation("mips-asm.c", s, indirect := true,
                                  type_name := "Mips", name := "mips_asm")
  generateAssemblyImplementation("mips-bin.c", s, indirect := true,
                                  type_name := "Mips", name := "mips_bin")
and so on.

For those familiar with Tcl, basically I want the same idea as Tcl,
but for ML instead of C.  (I'm not so happy with Tcl as language design,
and for C I think Lua does a better job than Tcl.)

So!  Does anybody know of a candidate language for embedding into ML?

Norman
--
                 Norman Ramsey -- moderator, comp.programming.literate
                 http://www.cs.virginia.edu/~nr


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google