123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- <!doctype html>
- <html>
- <head>
- <style>
- body{
- background: transparent;
- color: #eee;
- font-size: 18px;
- margin: 8px;
- padding: 0px;
- line-height:20px;
- font-family: arial;
- }
- h1{
- color: #fc0;
- font-size: 28px;
- text-align: center;
- }
- h2{
- color: #fc0;
- font-size: 24px;
- text-align: center;
- }
- div.awesome{
- color: #ccc;
- font-size: 14px;
- }
- a{
- color: #4ef;
- text-decoration: none;
- cursor: pointer;
- }
- a:hover{
- color: #0e0;
- }
- </style>
- </head>
- <body>
- <h1>Monkey2 v1.1.09</h1>
- <p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.
- <p>Some example programs can be found in the bananas directory.
- <p>Monkey2 is a crowd funded project. If you like what you see, please consider contributing to development by becoming a Patreon supporter: <a href="https://www.patreon.com/monkey2">https://www.patreon.com/monkey2</a>.
- <p>For monkey2 discussion and programming help, feel free to drop by the monkey2 forums: <a href="http://monkeycoder.co.nz/forums">http://monkeycoder.co.nz/forums</a>.
- <p>Please post any bug reports or feature requests to the monkey2 github repository: <a href="https://github.com/blitz-research/monkey2">https://github.com/blitz-research/monkey2</a>.
- <p>A big shout out to everyone who has contributed to Monkey2 to date, including...
- <div class="awesome">
- Shane Raffa,
- Danilo,
- Blaine Hodge,
- Lucien Bulles,
- Daniel,
- Martin,
- Tony Smits,
- Peter Rigby,
- Jake Birkett,
- Pharmhaus,
- James Boyd,
- David Maziarka,
- starfruit,
- Stephen Greener,
- Jonathan Pittock,
- Aaron Woodard,
- Lee Wade,
- abakobo,
- York Burkhardt,
- Rene Damm,
- Capn Lee,
- Jesse M Perez,
- Matthew,
- neuro,
- Paul Apgar,
- Matthew Camerer,
- Difference,
- Kirsty,
- kmac,
- Richard Betson,
- Javier,
- Adam,
- Phil7,
- Erik Thon,
- Noel Cole,
- Ole Jostein Røtne,
- Patrik Strandell,
- Darryl,
- Lars Kristian Gretnes,
- C.E.,
- Roger Lockerbie,
- Philippe Back,
- Bill Stanbrook,
- Hotcakes,
- Christian Leth Jeppesen,
- Makarienkov Vladimir,
- Alan Broad,
- David,
- Christian,
- Leo Santos,
- Pierrou,
- Arthur,
- Richard McLoughlin,
- zui,
- Dennis Rohn,
- Daniele Prandini,
- Hezkore,
- Bill Murray,
- Felipe Alfonso,
- Annika Terrortante,
- Panayiotis Yianni,
- RenK,
- Zachary Cassity,
- Jules Duquette,
- Ian Martin,
- Richard Keam,
- James Freeman,
- Paul Huckstepp,
- Graham,
- Hubert BAYRE,
- Jochen Heizmann,
- Boz
- Aroldo Carvalho,
- Mattias Hansson,
- Catalin Lucaciu,
- Jochen Heizmann,
- Boz,
- Zachary Cassity,
- Hubert BAYRE,
- Cory Estes,
- Paul Huckstepp,
- Stephen Maden,
- degac,
- sal gunduz,
- Ole Jostein Røtne,
- Alan Rawkins,
- Dennis Rohn,
- Christian,
- Philipp Moeller,
- Roger Lockerbie,
- Pierrou,
- Philippe Back,
- Patrik Strandell,
- Bill Stanbrook,
- Erik Thon,
- Richard Keam,
- James Freeman,
- Danilo,
- Juan Camilo,
- Lars Kristian Gretnes,
- Noel Cole,
- Michael Hartlef,
- Jules Duquette,
- Ian Martin,
- Leigh Bowers,
- Daniele Prandini,
- Alan Broad,
- Christian Leth Jeppesen!,
- Rene Damm,
- Richard McLoughlin,
- Kennie,
- Russell King,
- gcmartijn,
- Darryl,
- Michael Hauck,
- Graham,
- sal gunduz,
- Danilo,
- Daniele Prandini,
- York Burkhardt,
- Peter Rigby,
- Michael Hartlef,
- Leonardo Teixeira,
- Daniel Murphy,
- Gloomywood,
- Adam,
- Arthur,
- Richard Betson,
- Jake Birkett,
- Simon Harrison,
- Daniel Born,
- David Maziarka,
- starfruit,
- David,
- Markus L,
- Capn Lee,
- Jesus M Perez,
- Hotcakes,
- Amon,
- Blaine Hodge,
- Jeffrey Nofsinger,
- Felipe Alfonso,
- Matthew,
- Robin Columbus,
- Alan Rawkins,
- TeaBoy,
- Brian Kramer,
- Bill Murray,
- neuro,
- degac,
- Javier San Juan Cervera,
- Sander Voorn,
- Makarienkov Vladimir,
- impixi,
- kmac,
- Paul Apgar,
- Shane Woolcock,
- Stephen Greener,
- Tony Smits,
- Lucien Bulles,
- SecondGear,
- Matthew Camerer,
- Jonathan Pittock,
- Annika Terrortante,
- Josh Klint,
- Aaron woodard,
- Lee Wade,
- taumel,
- Arthur Bikmullin,
- Difference,
- Michael Denathorn,
- Jose Faeti,
- Martin Leidel,
- abakobo,
- Kirsty,
- Benjamin Aregger,
- James Boyd,
- Simon Armstrong.
- </div>
- </body>
- </html>
|