GNUstep 0.6.5 freeze
teferi writes " The GNUstep project, a GPL'ed implementation of the OpenStep environment, has gone into a code freeze for the 0.6.5 release. The base library is 94% done, and the various parts, including the DPS/DGS graphics backend are coming along well. "
but where are the applications?
There's like maybe two that have been released. Having the library is great, but if there's no real use for it, no one will care.
I don't know if there are very many open-source NeXTSTEP apps out there either.
Glückwünsche, haben Sie Slashdot ermordet, indem Sie zum korporativen Druck beugten und Subskriptionen einlei
GnuSTEP aims to re-implement the entire OpenStep spec under GPL. When this is done, you can expect about 200 NeXT apps to suddenly appear on Linux, FreeBSD, etc.
-jcr
The only title of honor that a tyrant can grant is "Enemy of the State."
What is the relationship between NEXTSTEP and the new MacOS X? If the OpenSTEP project is successful in making a NEXTSTEP-compatable system, would it be trivial to compile the new MacOS stuff to run under it?
-- Erich
Slashdot reader since 1997
I mean GNUStep, not OpenSTEP. OpenSTEP == NEXTSTEP. I knew that. Sorry.
-- Erich
Slashdot reader since 1997
Plus, OpenStep has a better look & feel than KDE or GNOME*
(Yeah, I know, OpenStep is a spec, not an implementation. It still looks nice).
waiting to run. The problem is that GNUStep hasn't reached a point where GUI OpenStep apps can just be compiled. There are too many inconsistencies and too much not done yet in the AppKit Foundation. But once it's done, in theory any openstep app should be able to be run on linux. They also run on MacOSX, and Windows. OpenStep is the cross platform app development environment that Java wishes it was. A JVM is stupid, it slows things down to much especially considering what a hog swing is, and you have to use swing to do decent interfaces. OpenStep got it right. The basic philosophy of OpenStep is write once, compile anywhere as opposed to Java's compile once, run anywhere...
I remember lusting after NeXT boxes when I was like 12 after we got our 1st 386, they looked so sweet, and the UI was so *smart*. Consistancy is something that almost everyone agrees is a problem with X, but plans to make is nice always seem to fall over. CDE is/was hell (imo), gnome and kde are diverging and converging at the same time, and I'm getting confused. SAVE ME GNUSTEP :)
-Yarn - Rio Karma: Excellent
Please, tell us what you really think. I devote time to GNUstep because it allows me to quickly write cool software that we need and distribute it on commodity hardware that runs an operating system that supports the cards and features we need. I make money doing this. How does this make me an idiot?
It is possible to work with GPLed software for the wrong, and wasteful reasons. But just choosing GNUstep over the competition doesn't make one an idiot.
This project will clearly never finish.
Probably so. Like most free software it will continue to live and improve each day. However they have met several important goals, and they stuff the code as it stands is useful TODAY.
GNUstep is in the same hopeless position as projects such as GNU Classpath, forever trying to catch up to an evolving standard.
At the time GNUstep started, OpenStep was supposed to become a certified standard. Since then Apple bought NeXT (who saw it coming?) and is trying to take their existing code base and justify the purchase. Whether they actually ship it is another question.
The libraries are LPGL, not GPL. There is nothing in the GPL that prevents commercial projects from using the source. There is nothing that requires them to distribute the source unless they distribute binaries. For MCCA users, there is no conflict
To purchase it is not like spending money but rather it is an investment in the future in a blow against the empire
My knowledge of the *step interface is based on WindowMaker. I read somewhere that much of the design of the *step interface was based on large computers with large monitors. That was why they have root menus instead of a global menu. Is this true?
People seem to be kind of confused about what GNUstep is and implies, I'll try to clarify:
GNUstep is: an implementation of the OpenStep API. The OpenStep API makes it quite easy to develop programs for it, as the developer doesn't have to worry about the little things, and spend their time innovating and writing great code . It's cross-platform (between Windows w/ the YellowBox, anything running GNUstep, Mac OS X/Cocoa). It's a dream to develop with, and the Objective-C language, to me, is much nicer to use than C++ (although I think there's wrappers for Java, and perhaps C/C++).
GNUstep will: Allow for easy ports to platforms running GNUstep from source written under OpenStep, Rhapsody, or Mac OS X (using Cocoa/YellowBox). This encourages cross-platform development, and hopefully will help bring many apps to Mac OS X/Cocoa, as well as Linux/FreeBSD/etc.
GNUstep is not: a window manager or a desktop environment. Desktop environments can (and quite easily) built with GNUstep. In fact, someone is working on a NeXT-like file manager right now, which is working and developed under OpenStep, and easily recompiled on a FreeBSD box using GNUstep.
For more information, see the GNUstep website or the unofficial GNUstep website, both of which have plenty of information on the OpenStep spec, and where GNUstep is going.
In short-- definately check it out!
Aaron
Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
My colleagues and I wrote some OPENSTEP tools that are Interface Builder and Project Builder workalikes.
They are running right now on Intel and NeXT machines running OPENSTEP. As soon as GNUstep can host the code base, these tools will be released.
Linux is about ready to get the best application development environment on any platform--and it'll all be open source.
Interface Builder is a GUI-building tool that works something like VisualAge in that it allows you to (a) visually build connections between GUI controls and methods and instance variables in objects and (b) create new instances of non-UI objects.
Finished UIs in Interface Builder do not contain code. Instead the connections and controls are archived into "NIBs." This allows you to create and maintain UIs without having to write a single line of code. If you've ever written a Java Swing application, you know what a pain in the ass it is to write GUIs by hand.
However, the tool does generate stubs for the custom, non-UI-related objects you create. This allows you to visually create a new object, connect up its stub methods to your controls visually, then "fill in the blank" to generate the core logic of your object's methods.
Project Builder is similar to a Smalltalk code browser, with a Miller column view of your class hierarchy and an integrated editor window that displays source code and documentation depending on the currently browsed object. If you've used JBuilder, Visual Cafe, or VisualAge, you already know how this kind of thing works.
Have you asked anyone who has used it? Everyone I know who has done Openstep development would be happy to share with you. My list? I wrote a TextEditor with search and replace, multiple undos/redos, selectable font size and style, spell checking, cut and paste, and drag and drop integration with 7 lines of code in under 4 minutes.
Show me somewhere else I can do that.
The philosophy of unix is "write once, compile on all conforming platforms" (ie, other unices, as long as you don't use any platform-specific code). What openstep/gnustep buys you is "write once, compile anywhere, including all the silly proprietary have-their-thumbs-where-the-sun-doesn't-shine platforms (ie, Windows et al). The latter is a godsend for programmers everywhere.
"If one is really a superior person, the fact is likely to leak out without too much assistance" -- John Andrew Holmes
I've used a proper OpenStep derived OS (Apple's Rhapsody betas) and I've used the current front runner linux UIs, Gnome and KDE. OpenStep is a lot nicer. Why is OpenStep nicer? Because it's integrated. Because it has things like color wells you can drag out of onto things, document proxy icons in the window manager you can drag to the filer, app bundles that contain an app and all it's global config in a single unit, system services that dynamically detect what you have selected and offer relevant options to tweak it.
Gnome and KDE can be snazzified with themes and config and whatnot, but in the end it's mostly just chrome. They are struggling to retrofit the same degree of dynamism and integration that OpenStep had from the get-go.
Note that there is an Objective C binding for GTK...
If you're not part of the solution, you're part of the precipitate.
There are about 200 apps for NeXTSTEP that will show up on Linux as soon as GnuSTEP is able to support them.
GnuSTEP isn't done yet, but when it is, hold on to your hat.
For a sample of the apps you'll see, check out next-ftp.peak.org, and www.stepwise.com/softrak/
-jcr
The only title of honor that a tyrant can grant is "Enemy of the State."
was thinking of learning objective-c (objective-c==openstep?) but if i gotta buy some devkit from apple to get the full functionality and only be able to run stuff on OSX then i guess i wouldn't be bothered...
.o binary was compliant with the GPL), RMS contacted them to tell them it was in violation and they re-released it under the GPL.
Objective C != OpenStep.
Objective C is a programming language that adds OO style programming to C but with a philosophy closer to Smalltalk than to C++ (i.e. Java also has a Smalltalk-like philosophy but with C++ syntax), thus Objective C has got great merits on its own.
OpenStep use Objective C, so it integrates well with OpenStep, but you can use it without OpenStep.
By the way, Next made the Objective C front end for GCC, and first tried to release it in binary only (they thought that releasing the
I have also heard that Apple has got a compiler in which you can mix Objective C and C++, must be pretty cool.
I haven't used it personally so it is things I have heard about it in various tutorials/explanations/... When I get the time I definitively must check it (I'm checking Guile right now).
Anyway, for more informations see this.
"The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers." Bill Gates,