newlisp.dylib on Mac OS X ??

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

newlisp.dylib on Mac OS X ??

Post by HPW »

From the doc:
newLISP can be compiled as a UNIX shared library called newlisp.dylib on Mac OS X ...
Has anyone use newlisp.dylib successfull on OSX ?
Is newlisp.dylib part of the OSX package?
What would be the best programming enviroment to call newLISP ?

I am currently investigating multiplatform possibilitys for newLISP embedded in GUI-enviroments.
On windows I have experience with my neobook project, but this is limited to the win-platform.
Hans-Peter

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

I haven't used it - I think you have to compile newlisp from source to do that. it's not on my machine anyway.
What would be the best programming enviroment to call newLISP ?
The OSX 'programming environment' is XCode (http://www.apple.com/macosx/features/xcode/_, which is baffling and fantastically complex (but free, at least). I don't know whether this is quite what you mean though. If you're writing standard OSX GUI applications, you work - at the highest level, at least - in Objective C (or "Cocoa"), and interface to other things like Java or whatever using libraries and stuff.

If I sound vague, it's because I am. :-)

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

I was inspired by the discussion about revolution here:

http://www.alh.net/newlisp/phpbb/viewtopic.php?t=1448

and take some closer look at the externals SDK.
Seems that the SDK is for Xcode since some files start with XCmd....
Still much to learn. (And so also still vague!)
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

By the way: Is newLISP for OSX compiled in Xcode?
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Xcode is built around the GCC open source compiler, which is part of Xcode package and which is also used to compile newLISP. Xcode is not installed by default but comes as an installable package on the install DVD's shipped with evey Apple computer. The latest version is also always available at apple.com.

Since Mac OS X Tiger 10.4 Tcl/Tk is part of Mac OS X und produces a native Aqua GUI.

Lutz

Locked