Skip to content

Instantly share code, notes, and snippets.

@dmichael
Created October 16, 2009 01:30
Show Gist options
  • Select an option

  • Save dmichael/211464 to your computer and use it in GitHub Desktop.

Select an option

Save dmichael/211464 to your computer and use it in GitHub Desktop.
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