| Andrew Cooke | Contents | Latest | RSS | Twitter | Previous | Next

C[omp]ute

Welcome to my blog, which was once a mailing list of the same name and is still generated by mail. Please reply via the "comment" links.

Always interested in offers/projects/new ideas. Eclectic experience in fields like: numerical computing; Python web; Java enterprise; functional languages; GPGPU; SQL databases; etc. Based in Santiago, Chile; telecommute worldwide. CV; email.

Personal Projects

Lepl parser for Python.

Colorless Green.

Photography around Santiago.

SVG experiment.

Professional Portfolio

Calibration of seismometers.

Data access via web services.

Cache rewrite.

Extending OpenSSH.

Last 100 entries

Re: Python's sad, unimaginative Enum; Some explanation; Printing binary trees sideways; About "Python's sad, unimaginative Enum"; Atoms in python; Some good feedback here; Frustration Understood; I agree with you #nt; What would be imaginative?; Re: Enum; this is fucking useless; Enum; Python's sad, unimaginative Enum; Possible Fix; Work, Exhaustion, Vacation; VirtualBox with Centos 6.3 to 6.4, client; Matasano - Programming Lessons Learned; PDF to HTML; Alternate Substitution; Why RSA Works; Trigger; Dreaming of Death; Example: Tracing; Using Coroutines In Protocol Simulations; Python 3.3 Only; Pure Python SHA1 and MD4 Implementations; Ubuntu on VirtualBox; Starting TOR as a service on OpenSuse 12.3; 1001 Albums; Using fail2ban on OpenSuse 12.3; PPPoE on OpenSuse 12.3; Good Article on Unified Physics; It's Police (Carabineros); Linux Software for Listening to and Exploring Music; Android is Pretty Bad; Lucky Number; 3D Printing for Casting; Cover Art for MPDroid; Who'd a thought the French were so bigoted?; PS Input Signal; Small Problem with Roksan K2 Amp; Roksan K2 Amp + ATC SCM7 Speakers; Do What Makes Sense; Re: Arguing About Tests, Still; Arguing About Tests, Still; Images; Good Article on NY Drummers; Related Bug Report; Getting Python 3.3 and Virtualenv Working in OpenSuse 12.3; How I Am; Awesome video about digital audio; The Difference Between Dimensional and Normalized Databases; The rise of the new Chinese bogeyman; Updated Syntax; Very First Steps to C-ORM; The Ideal User Interface For Music Exploration; Can The Republicans Be Saved?; Rate Limiting Calls to EchoNest; Mods to Cache; Comparing UYKFG and UYKFD/E/F; Someone Else is Concerned; EchoNest-based Playlist Generator for MPD; Example Voting Results; A Heavyweight Python Cache; Identifying Artists with EchoNest; Notes on Pregalex / Pregabalina / Lyrica; The Neil Cowley Trio; Drake - Make for Data; A Reliable Python Web Service; Useful Python Date/Time Library?; Need to Sleep, But this is Good; Command Line Set Difference; Little Details...; Linux Command Line Tricks; AutoTools Tutorial; Hangman Tactics; A Tor Proxy Embedded In A Web Page; Tree (Nested Dicts) in Python; Sleeping at Parties; I Know Someone Who Hurts Other People; Light and Tea; Description of the LCS35 Time Capsule Crypto-Puzzle; Re: I can relate to that ...; I can relate to that ...; Re: It's 2012 Why Does My IDE Suck?; My Own Alternative Medicine; Nice explanation of SVM; Why and How Writing Crypto is Hard; Re: It's 2012 Why Does My IDE Suck?; Incremental Regular Expressions; BBC Map Confused at Pole; Social Media: Ground Zero in the Culture War; My Visit to the Psycho Doc; Learning Modern 3D Graphics Programming; Hope you got some crackers to go with the cheese; Re: But how easy would it be ...; But how easy would it be ...; Powerline Freq Fingerprinting of Audio; The Folly of Scientism; Cheese - Because You're Going to Die Anyway; Another GPU Success - PyCUDA, Cross-Correlations

© 2006-2013 Andrew Cooke (site) / post authors (content).

Re: MetaEnvironment and emacs-modes by parser? was Re: [Cute] SDF (Syntax Definition Framework)

From: "andrew cooke" <andrew@...>

Date: Mon, 6 Jun 2005 11:19:11 -0400 (CLT)

I'm thinking of using SDF and Stratego for Otuto2.  I'm working on a
something perhaps best described as a virtual machine - it runs Otuto
programs as a collection of C++ objects, eventually those objects will be
serializable to XML.  The idea is to use SDF and Stratego to go from some
"programming language" syntax to XML, which will then load into the VM
(and XML is streamed across the net to allow distributed processing).

(The C++ code is being developed via UML, which is one reason things
aren't moving so fast - I need to know C++/UML for a job opportunity
coming up in the next year or two...)

Anyway, getting to your question, I think I read somewhere a post from
Martin(?) saying don't use the Debian packages - that the RPMs were the
only things that worked.  I don't know if that was for MetaEnvironment or
something else, but you might give it a try.

I've never used an interactive parser definition tool, so have no idea how
you'd make on eeasier....

Cheers,
Andrew

Shae Matijs Erisson said:
> "andrew cooke" <andrew@...> writes:
>
>>From http://www.program-transformation.org/Sdf/WebHome and
>> http://lambda-the-ultimate.org/node/view/634 (via a previous email to
>> this
>> list on using XSL to manipulate ASTs).
>
> I mentioned some related goodies here:
> http://lambda-the-ultimate.org/node/view/634#comment-5501
>
> MetaEnvironment seems like a cool tool, but I've never been able to get it
> working on debian/unstable. I wish there were a HOWTO for doing so.
>
>
> On a related subject, the Yi editor[1] is going to have parser-based
> modes.
> I want to define parsers interactively, much like re-builder in emacs.
> If you run M-x re-builder, a second smaller buffer appears. As you edit a
> regex
> in the new buffer, the matched groups and lines are immediately
> highlighted in
> the original buffer.
> Do you have any thoughts on what would make that sort of interactive
> parser
> definition easiest? Is there an existing system that already does this?
> Any research papers on this sort of subject? I'm open to any input.
>
> [1] http://www.cse.unsw.edu.au/~dons/yi.html
> --
> It seems I've been living two lives. One life is a self-employed web
> developer
> In the other life, I'm shapr, functional programmer.  |
> www.ScannedInAvian.com
> One of these lives has futures (and subcontinuations!)|  --Shae Matijs
> Erisson
>
>
>


-- 
` __ _ __ ___  ___| |_____   work web site: http://www.ctio.noao.edu/~andrew
 / _` / _/ _ \/ _ \ / / -_)  personal web site: http://www.acooke.org
 \__,_\__\___/\___/_\_\___|  list: http://www.acooke.org/cute


_______________________________________________
compute mailing list
compute@...
https://acooke.dyndns.org/mailman/listinfo/compute

Comment on this post