comparison src/learn.html.luan @ 42:84b97e86f4db

learn - editor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 29 Dec 2023 16:03:59 -0700
parents fbf2a8deee98
children 6fbe00837fa8
comparison
equal deleted inserted replaced
41:fbf2a8deee98 42:84b97e86f4db
31 } 31 }
32 editor = { 32 editor = {
33 title = "Text Editor and JSON" 33 title = "Text Editor and JSON"
34 content = function() 34 content = function()
35 %> 35 %>
36 <p>later</p> 36 <p>A text editor is a basic tool for reactionary programmers. We use simple flexible tools. Modern scum use an <a href="https://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> which is big, <a href="http://www.mikraite.org/Changed-my-mind-about-IDE-s-tp2769.html">complicated</a>, and inflexible. We don't use such tools.</p>
37
38 <p>I reviewed the available text editors and I think <a href="https://www.sublimetext.com/">Sublime Text</a> is the best one available. So please download it and learn how it works.</p>
39
40 <p><a href="https://en.wikipedia.org/wiki/JSON">JSON</a> is the most popular data format. I think JSON was the last good programming idea from modern culture, developed around 2001, before modern culture became fully depraved. Do your own research on JSON to understand it. It is fairly simple.</p>
41
42 <p>I paired Sublime Text with JSON because Sublime Text uses JSON files for its <a href="https://www.sublimetext.com/docs/settings.html">settings</a>. (Actually not quite pure JSON because it includes comments which are lines starting with "<code>//</code>".) Experiment with Sublime Text settings to learn more about both Sublime Text and JSON.</p>
37 <% 43 <%
38 end 44 end
39 } 45 }
40 bash = { 46 bash = {
41 title = "Bash - Command Line Shell" 47 title = "Bash - Command Line Shell"