index.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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="getinvolved">
  30. <h2> Get involved!</h2>
  31. <h3>Meet the people behind Amber</h3>
  32. <ul>
  33. <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>
  34. <li>Most of Amber discussion and help happens on the <a href="http://groups.google.com/group/amber-lang">Google Group</a>.</li>
  35. </ul>
  36. <h3>Contributing to the project</h3>
  37. <p>In a sharing mood? Contributions to Amber are very much welcome!</p>
  38. <ul>
  39. <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>
  40. <li>You can also submit issues on the <a href="https://lolg.it/amber/amber/issues">bug tracker</a>.</li>
  41. </ul>
  42. </div>
  43. <div class="box">
  44. <h2 id="get-started">Getting started</h2>
  45. <div class="content">
  46. Follow the README in <a href="https://lolg.it/amber/amber">git</a>.
  47. </div>
  48. </div>
  49. <div class="box last">
  50. <h2 id="mentions">Mentions</h2>
  51. <p>
  52. Thanks for creating Amber:
  53. <a href="http://nicolas.petton.fr/">Nicolas Petton</a>.
  54. </p>
  55. <p>
  56. Thanks for supporting Amber:
  57. <a href="http://www.instantiations.com/"><img style="width: 9.3ex; height: 3.45ex" src="images/VA-Smalltalk-Logo-Hori-Trans.png"></a> &ndash;
  58. they reward open-source contributors a free license of VAST.
  59. </p>
  60. <p>
  61. Amber is developed mostly in
  62. <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>,
  63. a privacy-oriented browser from JavaScript creator Brendan Eich, that blocks ads and trackers.
  64. </p>
  65. </div>