MrEpl a fun way to learn MSchema
One of the hidden gems (in my mind, but then I’m biased) in the Microsoft “Oslo” SDK that went public at PDC is the “M Script Mode” in Intellipad which we affectionately know as MrEpl.
MrEpl is a REPL processor for the MSchema language and is a great way to play around with M and learn about it.
I have recorded a screen cast of some adventuring through MrEpl and it is posted on the Oslo dev center here: https://wm.microsoft.com/ms/msdn/oslo/MrEplWalkthrough.wmv
For those who just want to play, make sure you have the Oslo SDK installed, then run “Intellipad (With Samples)”.
- Once in Intellipad type “Ctrl-/” to get to the minibuffer.
- There type "SetMode(‘MScriptMode’)”
You’re now in MrEpl. Feel free to type an M expression: 1 + 1
Have Fun!
Comments
Anonymous
November 12, 2008
PingBack from http://mstechnews.info/2008/11/mrepl-a-fun-way-to-learn-mschema/Anonymous
November 12, 2008
Another Spanky gem . Note that the PDC bits expose both the parsed and typechecked forms of an M module