File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 < a class ="pure-button pure-button-primary " href ="{{ site.baseurl }}/install.html "> Install Nim {{ site.nim_version }}</ a >
2121 < a class ="pure-button " href ="https://play.nim-lang.org/#ix=2lK1 "> Try it online</ a >
2222 </ div >
23- < h3 > Efficient</ h3 >
23+ < h3 style =" color:#ffe953; " > Efficient</ h3 >
2424 < ul >
2525 < li > Nim generates native dependency-free executables, not dependent on a virtual machine,
2626 which are small and allow easy redistribution.</ li >
@@ -35,13 +35,13 @@ <h3>Efficient</h3>
3535 < li > Support for various backends: it compiles to C, C++ or JavaScript so that Nim
3636 can be used for all backend and frontend needs.</ li >
3737 </ ul >
38- < h3 > Expressive</ h3 >
38+ < h3 style =" color:#ffe953; " > Expressive</ h3 >
3939 < ul >
4040 < li > Nim is self-contained: the compiler and the standard library are implemented in Nim.</ li >
4141 < li > Nim has a powerful macro system which allows direct manipulation of the AST,
4242 offering nearly unlimited opportunities.</ li >
4343 </ ul >
44- < h3 > Elegant</ h3 >
44+ < h3 style =" color:#ffe953; " > Elegant</ h3 >
4545 < ul >
4646 < li > Macros cannot change Nim's syntax because there is no need for it —
4747 the syntax is flexible enough.</ li >
You can’t perform that action at this time.
0 commit comments