User:Amakukha: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(+gallery +Facebook)
Line 5: Line 5:
I use [[:Category:BASIC256|BASIC-256]] for educational purposes. It's a powerful environment with many great features (like native speech synthesis, mouse and DB support). But the language lacks user-declared procedures with parameters, like many other BASIC dialects ([[:Category:BASIC|QBasic]], [[:Category:PowerBASIC|PowerBASIC]], [[:Category:BBC BASIC|BBC BASIC]], [[:Category:Liberty BASIC|Liberty BASIC]], [[:Category:PureBasic|PureBasic]] etc.). This makes programming of recursion quite cumbersome (see the program for [[Ackermann function#BASIC256|Ackermann function]]). – I hope support of procedures will be added in future versions of BASIC-256.
I use [[:Category:BASIC256|BASIC-256]] for educational purposes. It's a powerful environment with many great features (like native speech synthesis, mouse and DB support). But the language lacks user-declared procedures with parameters, like many other BASIC dialects ([[:Category:BASIC|QBasic]], [[:Category:PowerBASIC|PowerBASIC]], [[:Category:BBC BASIC|BBC BASIC]], [[:Category:Liberty BASIC|Liberty BASIC]], [[:Category:PureBasic|PureBasic]] etc.). This makes programming of recursion quite cumbersome (see the program for [[Ackermann function#BASIC256|Ackermann function]]). – I hope support of procedures will be added in future versions of BASIC-256.


== My gallery ==
My BASIC-256 implementations:
<gallery widths="150" heights="150">
File:Dragon curve BASIC-256.png|[[Dragon curve]]
File:Mandelbrot BASIC-256.jpg|[[Mandelbrot set]]
File:Fractal tree BASIC-256.png|[[Fractal tree]]
File:Galton box BASIC-256.gif|[[Galton box animation]]
</gallery>


== Reach me ==
* [http://www.facebook.com/andriy.makukha My Facebook page]
* [http://en.wikipedia.org/wiki/User:Amakuha My page in English Wikipedia]
* [http://en.wikipedia.org/wiki/User:Amakuha My page in English Wikipedia]

Revision as of 22:45, 4 September 2012

My name is Andriy Makukha.

I'm from Ukraine. My native language is Python ;)

I use BASIC-256 for educational purposes. It's a powerful environment with many great features (like native speech synthesis, mouse and DB support). But the language lacks user-declared procedures with parameters, like many other BASIC dialects (QBasic, PowerBASIC, BBC BASIC, Liberty BASIC, PureBasic etc.). This makes programming of recursion quite cumbersome (see the program for Ackermann function). – I hope support of procedures will be added in future versions of BASIC-256.

My gallery

My BASIC-256 implementations:

Reach me