You cannot post messages because only members can post, and you are not currently a member.
Description:
Programming with Nu.
|
|
|
prototype-based Nu
|
| |
I'm used to prototype-based programming, from Io and Ioke.
It's nice and easy to do prototype-based programming in Nu: just make
all your new objects classes, and all your new methods class methods.
Existing instance methods (from the libraries) can be converted into
class methods, either automatically or as required. This seems to... more »
|
|
Using a pointer to pointer from Nu
|
| |
Hello,
Could anybody please tell me, if it is possible to work with pointers
like void** from within Nu? Exactly I've recently tried to get the USB
device properties using Mac OS X IOKit API. So I did the following:
----------------
(import Cocoa)
(load "Nu:cocoa")
(function . (obj) (puts (obj description)))... more »
|
|
FreeBSD
|
| |
Has anyone installed Nu on FreeBSD? It looks like the prerequisites
are slightly different from Debian or Ubuntu, and I'm not sure about
all the details.
|
|
Lisp notation
|
| |
Hi, I'm new to this group and very curious about Nu, looks like a very
powerfull tool. I've allways liked lisp but never really got into it,
like many others the notation has sent me away and distracted into
other things. I bring this subject here because Nu looks like a very
open minded project, taking the best ideas for the task at hand. I... more »
|
|
iPhone hello world unresponsive
|
| |
I'm having trouble with the Nu iPhone hello world example at [1].
Everything loads and displays correctly, but the application is
unresponsive in the simulator.
My setup:
OS X 10.5.8
Nu 0.3.3
iPhone SDK - compiling for simulator with 2.0 version of the SDK
[1]
[link]... more »
|
|
Objective C - cross platform learning
|
| |
Hello, I am asking this question on this list because a) i have spent a small amount of time here b)Nu works remarkably well using GNU Objective C and OS X. So here goes, Q: I've spent time coding in Objective C on OS X but never on Linux. However, I'd like to improve my skills in the language itself in such... more »
|
|
Snow Leopard updates available
|
| |
If you've tried building Nu on Snow Leopard and had problems, please
pull the latest changes from my git repository ([link]
timburks/nu). I found and fixed a couple of problems today and all
unit tests now pass. Also please note that the default build is NON
garbage-collected, but you can easily change that in the Nukefile.... more »
|
|
Problem Building libNu.a for iPhone Simulator 3.0
|
| |
Hi all. I'm trying to build libNu.a to integrate into an iPhone
project, and I'm having trouble getting it to compile for the iPhone
simulator with the 3.0 SDK. It builds arm version for the device fine
(after a minor tweak to the Nukefile to make it use gcc-4.2). When I
try to build for the simulator, gcc fails when including some... more »
|
|
|