index.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ---
  2. layout: index
  3. title: Amber Smalltalk
  4. ---
  5. <div class="box">
  6. <h2>Amber...</h2>
  7. <dl>
  8. <dt>So...What is it about again?</dt>
  9. <dd>
  10. <p>Amber is a language (derived from <a href="http://en.wikipedia.org/wiki/Smalltalk">Smalltalk</a>) and environment built for the web.</p>
  11. With Amber, client-side web development finally gets the power and productivity that exists in other Smalltalk dialects.</p>
  12. </dd>
  13. <dt>Why should I care?</dt>
  14. <dd>
  15. <p>Having a true live & incremental development environment where you can build your application interactively in the browser is unbeatable.</p>
  16. </dd>
  17. <dt>Why a Smalltalk dialect?</dt>
  18. <dd>
  19. <p>Smalltalk stands head and shoulders above most other languages for clarity, conciseness, and human-friendliness.</p>
  20. <p>As a language, it is immensely clean and mature, both syntactically and semantically. It is a pure OO language, with objects all the way down.</p>
  21. </dd>
  22. <dt>But what about all the JS ecosystem?</dt>
  23. <dd>
  24. <p>Amber plays very well with the outer world. You can interact with JavaScript objects seamlessly, and even inspect them as any Amber object.</p>
  25. <p>Evaluating JavaScript object methods is transparent and makes using libraries a breeze.</p>
  26. </dd>
  27. </dl>
  28. </div>
  29. <div class="box" id="quips">
  30. <blockquote>
  31. It's a 3D WebGL game engine that is very easy to get to work with Amber. Specifically though I am using its WebVR integration. This is a pretty nice way to do VR development. Being able to take the headset off, change a method, and then put the headset back on without having to restart is pretty nice.
  32. <cite>-- ZenChess, on using babylon.js in Amber</cite>
  33. </blockquote>
  34. </div>
  35. <div class="box" id="getinvolved">
  36. <h2> Get involved!</h2>
  37. <h3>Meet the people behind Amber</h3>
  38. <ul>
  39. <li>Amber hackers can be found on the Rocket.chat instance here: <a href="https://chat.amber-lang.net/">https://chat.amber-lang.net</a>.</li>
  40. <li>Most of Amber discussion and help happens on the <a href="http://groups.google.com/group/amber-lang">Google Group</a>.</li>
  41. </ul>
  42. <h3>Contributing to the project</h3>
  43. <p>In a sharing mood? Contributions to Amber are very much welcome!</p>
  44. <ul>
  45. <li>The Amber source code is hosted on <a href="https://lolg.it/amber/amber">lolg.it</a>. You can fork the main repository and send pull requests.</li>
  46. <li>You can also submit issues on the <a href="https://lolg.it/amber/amber/issues">bug tracker</a>.</li>
  47. </ul>
  48. </div>
  49. <div class="box">
  50. <h2 id="get-started">Getting started</h2>
  51. <div class="content">
  52. Follow the README in <a href="https://lolg.it/amber/amber">git</a>.
  53. </div>
  54. </div>
  55. <div class="box last">
  56. <h2 id="mentions">Mentions</h2>
  57. <p>
  58. Thanks for creating Amber:
  59. <a href="http://nicolas.petton.fr/">Nicolas Petton</a>.
  60. </p>
  61. <p>
  62. Thanks for supporting Amber:
  63. <a href="http://www.instantiations.com/"><img style="width: 9.3ex; height: 3.45ex" src="images/VA-Smalltalk-Logo-Hori-Trans.png"></a> &ndash;
  64. they reward open-source contributors a free license of VAST.
  65. </p>
  66. <p>
  67. Amber is developed mostly in
  68. <a href="https://brave.com/amb399"><img style="width: 10.9ex; height: 3.3ex" src="/brave-assets/Logos/Brave/PNG/primary/logotype/dark/brave-logotype-full-color.png"></a>,
  69. a privacy-oriented browser from JavaScript creator Brendan Eich, that blocks ads and trackers.
  70. </p>
  71. </div>