Created
October 16, 2009 01:30
-
-
Save dmichael/211464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SoundServerProcess = spawn(sound_server, start, [Port, MaxConnections]), | |
| % It would probably be this syntax | |
| SoundServerProcess ! [SubSystem, Device, Property, Argument], | |
| % This is nice on the eyes, but would require string concat... decidedly un-Erlangy | |
| SoundServerProcess ! "/subsystem/device/property argument" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment