index.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. ---
  2. layout: index
  3. title: Amber Smalltalk
  4. ---
  5. <blockquote class="quip">
  6. The app is in Amber Smalltalk and the html is done with Silk. Silk is very exciting and makes web programming fun again. I am completely enthusiastic about it 🙂 !
  7. <cite>&#x2011;&#x2011;&nbsp;@c_haider, on making <a href="https://covidcrt.uber.space/">covidcrt.uber.space</a> website.</cite>
  8. </blockquote>
  9. <div class="box">
  10. <h2>Amber...</h2>
  11. <dl>
  12. <dt>So...What is it about again?</dt>
  13. <dd>
  14. <p>Amber is a language (derived from <a href="http://en.wikipedia.org/wiki/Smalltalk">Smalltalk</a>) and environment built for the web.</p>
  15. With Amber, client-side web development finally gets the power and productivity that exists in other Smalltalk dialects.</p>
  16. </dd>
  17. <dt>Why should I care?</dt>
  18. <dd>
  19. <p>Having a true live & incremental development environment where you can build your application interactively in the browser is unbeatable.</p>
  20. </dd>
  21. <dt>Why a Smalltalk dialect?</dt>
  22. <dd>
  23. <p>Smalltalk stands head and shoulders above most other languages for clarity, conciseness, and human-friendliness.</p>
  24. <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>
  25. </dd>
  26. <dt>But what about all the JS ecosystem?</dt>
  27. <dd>
  28. <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>
  29. <p>Evaluating JavaScript object methods is transparent and makes using libraries a breeze.</p>
  30. </dd>
  31. </dl>
  32. </div>
  33. <blockquote class="quip">
  34. 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.
  35. <cite>&#x2011;&#x2011;&nbsp;@ZenChess, on using babylon.js in Amber</cite>
  36. </blockquote>
  37. <div class="box">
  38. <h2 id="get-started">Getting started</h2>
  39. <div class="content">
  40. Follow the README in <a href="https://lolg.it/amber/amber">git</a>.
  41. </div>
  42. </div>
  43. <div class="box" id="getinvolved">
  44. <h2>Get involved!</h2>
  45. <h3>Meet the people behind Amber</h3>
  46. <ul>
  47. <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>
  48. <li>Most of Amber discussion and help happens on the <a href="http://groups.google.com/group/amber-lang">Google Group</a>.</li>
  49. </ul>
  50. <h3>Contributing to the project</h3>
  51. <p>In a sharing mood? Contributions to Amber are very much welcome!</p>
  52. <ul>
  53. <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>
  54. <li>You can also submit issues on the <a href="https://lolg.it/amber/amber/issues">bug tracker</a>.</li>
  55. </ul>
  56. </div>
  57. <div class="box last">
  58. <h2 id="mentions">Mentions</h2>
  59. <p>
  60. Thanks for creating Amber:
  61. <a href="http://nicolas.petton.fr/">Nicolas Petton</a>.
  62. </p>
  63. <p>
  64. Thanks for supporting Amber:
  65. <a href="http://www.instantiations.com/"><img style="width: 9.3ex; height: 3.45ex" src="images/VA-Smalltalk-Logo-Hori-Trans.png"></a> &ndash;
  66. they reward open-source contributors a free license of VAST.
  67. </p>
  68. <p>
  69. Amber is developed mostly in
  70. <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>,
  71. a privacy-oriented browser from JavaScript creator Brendan Eich, that blocks ads and trackers.
  72. </p>
  73. </div>