CARVIEW |
hostilefork
- You’re not logged in!
- Login
- Pricing & Signup
- Website/Blog
- https://hostilefork.com
- Company
- Hostile Fork Consulting Ltd.
- Location
- Los Angeles
- Member Since
- Aug 12, 2008 (about 1 year)
- 6 public repos
- 1 follower
Following 0 githubbers and watching 6 repositories view all →
Public Repositories (6)
-
rubol
Extensions to Rebol to make it more Ruby-like
Last updated Fri Nov 13 13:10:14 -0800 2009
-
django-blackhighlighter
Django module for working with publicly posted content that has some portions protected
Last updated Sat Sep 12 16:31:26 -0700 2009
-
smartptr-cast-study
A study of the implicit casting properties of several smart pointer types
Last updated Wed Jul 15 14:33:23 -0700 2009
-
nocycle
Directed Acyclic Graph For C++ With Cached Transitive Closure
Last updated Sat Jul 04 17:11:58 -0700 2009
-
uscii
Universal Standard Code For Information Interchange
Last updated Thu Jul 02 10:48:34 -0700 2009
-
albumist
Open source JavaScript album browser for Freebase and LyricWiki
Last updated Wed Sep 24 16:52:39 -0700 2008
Public Activity 

-
hostilefork committed 3edeca67:
Refactoring of the iteration routines to share code, cleanup, rename ruby-block to ruby-lambda
-
hostilefork committed f102e7c4:
Added a ruby-p instruction so the inject-1.r dumps map! in Ruby style

-
hostilefork committed d924a73a:
Change range to be ruby-in, add ruby-select and ruby-detect

-
hostilefork committed cb52a281:
Revert func-static from funct-static (failed experiment), added inject + range + sample

-
hostilefork committed 09ceefd2:
Remove superfluous rejoin

-
hostilefork committed c2bbfa47:
Different comment to appease the Rebol Rubol-haters. :)

-
hostilefork committed cb51891c:
Added cubes sample, some workarounds for def in non-object contexts.

-
hostilefork committed fca8baf4:
Added Ruby's block-style of function definition

-
hostilefork committed 8776098a:
Added var abstraction to support declaration style where name is passed as a paramter instead of always using set-words, introduced make-class and make-def variants and shorthand! compatible make-def-core and def-core

-
hostilefork committed 68481a7c:
Fixed filename of scope test and also made strings use .x .y to be clearer that they were member assignments

-
hostilefork committed 49fe778d:
Added yield functionality to def, each call to a function that uses yield requires a function that will be called with those yield arguments, see yielder-1.r sample

-
hostilefork committed c90d3ada:
Major improvements to funct-static after learning more about Rebol bindology and funct, inclusion of a scope-test, use def instead of does due to better scope properties

-
hostilefork committed ea3fb17f:
Tweaked def implementation so you only need empty brackets at the method prototype and not the callsite (need better test), added a preliminary person-1.r test to show multiple attr_accessor and to_s work

-
hostilefork committed c3ccf3e2:
Updates to def and class to use more Ruby-like definition method, use some parse dialect to operate on structure (multi-pass, needs improvement)

-
hostilefork committed e9e7a627:
Readme reworked, typos fixed

-
hostilefork committed 540abcd1:
Changed class notation so that the class name is committed and stored in the object, cleaned up puts interface after finding out about Ruby's to_s

-
hostilefork committed 8db66001:
Newline in func-static example generator, better description of get-parameter-info, megagreeter filename fix.

-
hostilefork committed 744ff52c:
Quick fix for old file that got checked into the initial commit.