GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

ijt

3
2
Jun 30, 2008
  • 3D brain viewer using OpenGL, GLUT and Lua
    Created Sun Oct 05 22:17:30 -0700 2008
    legend
  • The Nu programming language.
    Forked from timburks/nu Mon Jun 30 01:56:08 -0700 2008
    legend

Public Activity  feed

ijt committed to ijt/b3d Fri Oct 10 00:50:45 -0700 2008

ea303bcb77ea6bab0f949f0656853c37641d0430

Replaced log2 and round functions with macros since they were missing on a user's system.

ijt committed to ijt/b3d Fri Oct 10 00:50:45 -0700 2008

8800dd3a6d4de99a1e9c08a1cefb87f551298c77

Removed .o and .a files from lua subdirectory.

ijt committed to ijt/b3d Thu Oct 09 00:02:42 -0700 2008

2cf8544d793cf33818b99927221c87e2b6aab525

Updated README and Makefile to reflect the inclusion of lua and jpeg sources.

ijt committed to ijt/b3d Thu Oct 09 00:02:42 -0700 2008
ijt created b3d Sun Oct 05 22:17:30 -0700 2008
New repository is at ijt/b3d
ijt committed to ijt/nu Sat Aug 09 21:18:50 -0700 2008

43459f2998fb57590603bf890ab537469ce146f8

In match.nu, replace function calls like (car x) with method calls like (x car) to be robust against redefinitions.

ijt committed to ijt/nu Sat Aug 09 21:18:49 -0700 2008

c811be1894af8f3ddddb31f93a45e5596e08d02c

Add match-function, add test of recursive destructuring fn using it, get remaining tests to pass.

ijt committed to ijt/nu Sat Aug 09 21:18:49 -0700 2008

3590821dc6972fd4967ded17e813e8b1fe8a8339

Bugfix to get all but two tests working again: replace neq with != in destructure.

ijt committed to ijt/nu Sat Aug 09 21:18:48 -0700 2008

4ef1b8f245c87a7a69299f62645ef490c30d3044

Added test and bugfix for nil pattern. Other tests broke.

ijt committed to ijt/nu Sat Aug 02 00:42:53 -0700 2008

39cba01515a8c621185c1904ed93fa1beeec4be4

Handle case of patterns like '(a b) in match.

ijt committed to ijt/nu Thu Jul 31 02:16:27 -0700 2008

e89bc5a5a95c6f8e8926b3da2af475433cc4e067

Get all tests to pass again.

ijt committed to ijt/nu Thu Jul 31 02:16:27 -0700 2008

e5d6faabfc0f76e07a2e14a7f7ce6aff11c8179b

Change name of dbind to match-let1 and dset to match-set.

ijt committed to ijt/nu Thu Jul 31 02:16:27 -0700 2008

7b08bc7f87bdcbd2e00f1e74df2c9d98a787f7dd

Change Nukefile test target to use local nush instead of installed nush.

ijt committed to ijt/nu Fri Jul 25 00:17:41 -0700 2008

3e46056d0712ab9c39797767f2e5b61f39e6b94f

Reimplement match in terms of _find-matches, to get ready for adding when-clauses.

ijt committed to ijt/nu Fri Jul 25 00:17:41 -0700 2008

f8a1713ff9997cad8956f2d7c07879f2b1048ea3

Reimplement match in terms of a recursive function _find-first-match for clarity and probably ~2x speed.

ijt committed to ijt/nu Wed Jul 23 01:49:38 -0700 2008

060c569d24fa97a2cc5335aaeb8c90cedb5ada3a

Added more tests of match.

ijt committed to ijt/nu Wed Jul 23 01:49:38 -0700 2008
ijt committed to ijt/nu Wed Jul 23 01:15:18 -0700 2008

ee33911a95a7f882d0f388f5f59117aa55af13d8

Added matching of literal symbols to the (match) macro.

ijt committed to ijt/nu Tue Jul 22 01:34:07 -0700 2008

b9d326a92c4217feedef14d97f6d38eb8dffa3b6

Added rest-of-list patterns for match, dset and dbind.

ijt committed to ijt/nu Tue Jul 22 01:34:07 -0700 2008

40bd45b9518fc315d3790490c80f68d7a5f928c8

Added wildcard to match macro.