Python!

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Python!

Post by piranha »

Through several hours of working with python and my newlib port, getting them to cooperate, and etc, I am proud to say that I have ported python to my operating system!
Below is a screenshot:
Image

Thanks to pcmattman for a lot of help, and the wiki page (which was quite easy to follow).

I hope everyone is doing well.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Python!

Post by pcmattman »

Congrats! :D
User avatar
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

Re: Python!

Post by Chandra »

Well done. I'm interested to see your project. Have you made the latest offical release?
Nice work, by the way.

Edit: Got it!
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Re: Python!

Post by piranha »

Chandra wrote:Well done. I'm interested to see your project. Have you made the latest offical release?
Nice work, by the way.

Edit: Got it!
I'm hoping that the next release will be out within a few months. Once big issue I need to fix is arrow-key handling in ncurses, and re-porting a substantial number of my own programs, but then its only minor issues.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

Re: Python!

Post by Chandra »

piranha wrote:I'm hoping that the next release will be out within a few months. Once big issue I need to fix is arrow-key handling in ncurses, and re-porting a substantial number of my own programs, but then its only minor issues.
Good luck. Waiting for the official release...
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
User avatar
qw
Member
Member
Posts: 792
Joined: Mon Jan 26, 2009 2:48 am

Re: Python!

Post by qw »

SeaOS v. 0.1 wrote:How I learned to stop worrying about system crashes and love my computer
Quote of the day!
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Re: Python!

Post by piranha »

Hobbes wrote:
SeaOS v. 0.1 wrote:How I learned to stop worrying about system crashes and love my computer
Quote of the day!
:D I'm glad that didn't go unnoticed. Unfortunately it does crash occasionally...

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Re: Python!

Post by JamesM »

Congratulations! Maybe you can port my python recompiler when it's complete ;)
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Re: Python!

Post by piranha »

JamesM wrote:Congratulations! Maybe you can port my python recompiler when it's complete ;)
Haha, I'll give it a shot.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

Re: Python!

Post by xvedejas »

Now try to write an implementation of your own dynamic language, like I'm doing! (or at least trying to do :D)
anberlin
Posts: 12
Joined: Fri Apr 29, 2011 9:26 am
Location: New Delhi, India

Re: Python!

Post by anberlin »

Break out the champagne :D
Rudi MK.

I pursue knowledge, for knowledge's sake. Like it or not, knowledge IS power.
Post Reply