Yes, I used it, you're right about that, your comment might make me rewrite the entire documentation, regarding your question:
"How does flint compare to NuShell?"
Well, basically, you don't "type flint" in your terminal, you write scripts (.fl) to replace legacy .sh or .py files in your local environment or on your servers, it compiles that into a native binary. I would say that flint builds the automation tools, NuShell is where you run them.
One of the clearest thinkers I had the privilege of knowing was Dr. Eli Goldratt author of Theory of Constraints.
Fortunately for us he defined as his life's mission to teach the world to think clearly.
So I suggest you start with three of his books: The Goal, Is not luck and The Choice.
After trat read "The thinking
Processes".
Apart from the theory of Constraints literature you can study system dynamics. And if you like programming then "Introduction to NetLogo" is great at both.
If you don't like programming then Zenge's the "Fifth Discipline" is a great intro to system dynamics.
Steve jobs killed it when said it would work on the iPhone because if the "huge" memory and battery resources.
He said Javascript and HTML was everything you needed.
In Eiffel we have multiple inheritance.
It's such a powerful tool.
And a natural way to model the world.
For example if you think of your typical OOP book
You have
Vehicles with engines
* cars that move on roads
* planes that move on air
* and boats that move on water.
But then comes an aqua-plane and it breaks your inheritance tree!
But with multiple inheritance is the most natural thing to have a plane that is also a boat and a car.
In Eiffel we favor the appropriate tool that better represents the world.
It's a null pointer exception.
reply