Skip to content

AaronNGray/self

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self

This is the main repository for the Self programming language and environment.

The Self homepage is at http://selflanguage.org

Please go there for prebuilt binaries for Mac OS X and Linux, documentation, blogs and forums.

For information on:

Building On Fedora Linux

# su

# yum install git
# yum install cmake

# yum install libX11-devel
# yum install libXext-devel
# yum install ncurses-devel
# exit

# git clone https://github.com/AaronNGray/self

# mkdir self-build
# cd self-build
# cmake ../self
# cmake --build .

Building on Debian

# su
# apt-get install xorg-dev
# apt-get install ncurses-dev
# apt-get install cmake

# git clone https://github.com/AaronNGray/self

# mkdir self-build
# cd self-build
# cmake ../self
# cmake --build .

About

Making the world safe for objects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Self 77.4%
  • C++ 19.4%
  • Smalltalk 0.9%
  • Assembly 0.7%
  • Java 0.7%
  • Perl 0.3%
  • Other 0.6%