123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <!doctype html>
- <html>
- <head>
- <style>
- body{
- background: url("xmas-lights.png") repeat-x center top;
-
- 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: #c90;
- font-size: 20px;
- 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>
- <br>
- <h1>Monkey2 v2018.09</h1>
- <h2>(Mx2cc v1.1.15 • Ted2go v2.13)</h2>
- <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">
- David Maziarka,
- Rene Damm,
- Nil,
- abakobo,
- James Boyd,
- Pharmhaus,
- Peter Rigby,
- kmac,
- Cole Chapman,
- Thomas Finnerup,
- Alan Haugen,
- Kraut Apps,
- Turgut Temucin,
- Boz,
- Mat Bowen,
- Phil7,
- starfruit,
- Jonathan Pittock,
- Lee Wade,
- Amon,
- Anatol Bogun,
- Erik Thon,
- Eric Stout,
- C.E.,
- Mark,
- Jules Duquette,
- Rajasekaran Senthil Kumaran,
- Alan Purdom,
- Evgeniy Goroshkin,
- Christian Leth Jeppesen,
- Jon Decker,
- Jean-Marc "JIHEM" QUÉRÉ,
- Leo Santos,
- Roger Lockerbie,
- Philippe Back,
- Jesse M Perez,
- Hotcakes,
- Paul Apgar,
- Kirsty,
- Antony Wells,
- Pierrou,
- Felipe Alfonso,
- Alan Broad,
- Adam,
- Abe Noll,
- aleana,
- Matthew,
- Sean,
- Jean-Luc Addams,
- Russell Palmer,
- Aroldo Carvalho,
- Arthur,
- Daniele Prandini,
- Anthony Diamond,
- Mario Givency,
- Jimmy Söderman Sers,
- Adam Myatt,
- Mark Cooper,
- James Freeman,
- Jochen,
- Aaron Woodard,
- Afan Olovcic,
- MyQly,
- Osakimov,
- Dennis Rohn,
- Lucien Bulles,
- Javier,
- Richard Keam,
- RenK,
- Hezkore,
- Bill Murray,
- Richard Betson,
- Danilo,
- Robinson Taylor,
- Diffrenzy,
- Catalin Lucaciu,
- Lars Kristian Gretnes,
- Second Gear Games,
- Ole Jostein Røtne,
- alban read,
- Mark Mcvittie,
- York Burkhardt,
- Chris B,
- Lee Murphy,
- Carl Read
- </div>
- </body>
- </html>
|