Skip to content

jhyching/UnlessPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Update 2017: This repo last updated on 2011. It's here for archive reasons.
---------------------------------------------------------------------------


This is a custom built Python 2.7.1 by me. I play with Python source code in my free time.


Feature:

  - Introduces "unless" keyword which behaves like Ruby's unless keyword.



Sample Usage:

def func(n):
  unless n < 4:
    print n
  else:
    print 'a message'

About

This is a custom built Python 2.7.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.1%
  • Python 14.1%
  • Makefile 1.7%
  • Assembly 1.5%
  • Shell 1.5%
  • C++ 1.1%
  • Other 2.0%