Poster | Thread |
bison
 |  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 18-Jan-2016 17:30:07
| | [ #321 ] |
|
|
 |
Elite Member  |
Joined: 18-Dec-2007 Posts: 2112
From: N-Space | | |
|
| @Jupp3
Quote:
Another good choice might be Lua, which already has great support in MorphOS. |
Lua would be an excellent choice, since it is already widely used as an embedded scripting language.
@Signal
Interesting article; thanks for the link.
_________________ "Unix is supposed to fix that." -- Jay Miner |
|
Status: Offline |
|
|
iggy
|  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 18-Jan-2016 17:46:44
| | [ #322 ] |
|
|
 |
Super Member  |
Joined: 20-Oct-2010 Posts: 1175
From: Bear, Delaware USA | | |
|
| @SHADES
Quote:
Lost Bowie, lost Lemmie, and now this... |
Ah, wish you had not reminded me about that. First Tabors abysmal specs, them Ian Killmister dies, and now the benchmarks of the X5000 are less than stellar. What next!?
My sense of the Universal Scheme of Things is totally fubared. |
|
Status: Offline |
|
|
cdimauro
|  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 22-Jan-2016 21:22:55
| | [ #323 ] |
|
|
 |
Elite Member  |
Joined: 29-Oct-2012 Posts: 3097
From: Germany | | |
|
| @all: the problem of LUA is that it's a very simple language, with a few constructs and libraries.
It's good if you want to make some small scripts, it's very easy to embedded (and to port to other o.ses too), and it's very fast for being a dynamic language.
But if you want a more expressive language, with a huge standard library, and an extremely vast third-party library & support, I think that no other dynamic language is better than Python.
Nowadays there are many languages, and it's easy to create new ones. But I think that, as coder, I cannot examine and embrace every new "cool" language which comes. I spend time to acquire knowledge about a language and its libraries, write code, enter the language "philosophy" and, much important, to... produce code. I cannot and I don't want to change the "wheel" every a while.
That's why I decided to stick with a language: Python. It's a very good compromise for what I need, and I feel much comfortable writing code with it.
Only a concrete revolution can change my decision.
My 2 cents.  |
|
Status: Offline |
|
|
ne_one
|  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 23-Jan-2016 3:03:17
| | [ #324 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2005 Posts: 905
From: Unknown | | |
|
| @bison
Quote:
But this is all dreaming. I'm working on one small piece of this, and it will probably take most of this year to complete. |
When you add up a bunch of small pieces it's amazing what you end up with. 
Even extracting lint out of one's navel is progress compared to other initiatives. Last edited by ne_one on 23-Jan-2016 at 03:06 AM.
|
|
Status: Offline |
|
|
BoingBear
|  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 23-Jan-2016 5:25:39
| | [ #325 ] |
|
|
 |
Regular Member  |
Joined: 28-Oct-2015 Posts: 140
From: Unknown | | |
|
| @cdimauro
Quote:
cdimauro wrote: @all: the problem of LUA is that it's a very simple language, with a few constructs and libraries.
It's good if you want to make some small scripts, it's very easy to embedded (and to port to other o.ses too), and it's very fast for being a dynamic language.
But if you want a more expressive language, with a huge standard library, and an extremely vast third-party library & support, I think that no other dynamic language is better than Python.
Nowadays there are many languages, and it's easy to create new ones. But I think that, as coder, I cannot examine and embrace every new "cool" language which comes. I spend time to acquire knowledge about a language and its libraries, write code, enter the language "philosophy" and, much important, to... produce code. I cannot and I don't want to change the "wheel" every a while.
That's why I decided to stick with a language: Python. It's a very good compromise for what I need, and I feel much comfortable writing code with it.
Only a concrete revolution can change my decision.
My 2 cents.  |
That is the same of anyone who spends time learning one way of doing things, when there are many different methods to accomplish the same result (or similar results) and the learning curve is high, or long. Just like people who learn one CAD program, or Video Editing program, or Image Editing program. Once they are familiar with all the tools of one program, they are very hesitant to switch to something else, unless it is clearly superior and offers something that their current choice does not have. |
|
Status: Offline |
|
|
pavlor
|  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 23-Jan-2016 19:27:28
| | [ #326 ] |
|
|
 |
Elite Member  |
Joined: 10-Jul-2005 Posts: 9441
From: Unknown | | |
|
| Looking at this post, someone is using leaked source... Mixing stable V40/44/45 and beta "V42" components is not wise idea.  |
|
Status: Offline |
|
|
ne_one
|  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 23-Jan-2016 21:58:59
| | [ #327 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2005 Posts: 905
From: Unknown | | |
|
| @pavlor
It's pretty entertaining though.
It just reinforces my belief that the open source route (illicit or otherwise) will result in progress.
Why not simply formalize the release and allow it to be used legitimately? |
|
Status: Offline |
|
|
pavlor
|  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 23-Jan-2016 22:02:38
| | [ #328 ] |
|
|
 |
Elite Member  |
Joined: 10-Jul-2005 Posts: 9441
From: Unknown | | |
|
| @ne_one
I don´t think anyone will really improve leaked source code. They will only use available components and behave like (nominally) higher version is better than V40 tested by years of use. Legal aspect aside, such OS (V40/44/45 + V42) could end in unrepairable mess. |
|
Status: Offline |
|
|
ne_one
|  |
Re: Amiga OS 3.1 Source code leaked yesterday Posted on 24-Jan-2016 5:48:44
| | [ #329 ] |
|
|
 |
Cult Member  |
Joined: 13-Jun-2005 Posts: 905
From: Unknown | | |
|
| @pavlor
It may not be productive, but it does demonstrate that people can show initiative when they feel inclined.
This code has been floating around for years so I can't see it becoming disruptive.
My point moreover, is that some elements of the OS should/should have been made public to prevent situations like this from happening in the first place. |
|
Status: Offline |
|
|