File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
languages/interpreted/red Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ - 21 http://web.archive.org/web/20250126132814/https://www.studytonight.com/post/getting-started-with-gui-programming-using-red-programming-language
Original file line number Diff line number Diff line change 55- by Nenad Rakočević
66- based on Rebol
77- .red, .reds
8+ - tutorial https://redprogramming.com/Home.html
89- tutorial https://www.red-by-example.org/
910- tutorial https://learnxinyminutes.com/docs/red/
Original file line number Diff line number Diff line change 22- 20 Parsing with Red https://www.youtube.com/@yvescloutier3835/videos
33- 16 Red language overview (Maxim Velesyuk) https://www.youtube.com/watch?v=4ZbGJemrLFw
44- 13 Red Programming Language: From Systems Programming to Declarative GUI Scripting - Kaj de Vos https://www.youtube.com/watch?v=_xObn-LRn-c
5+ - 13 Nenad Rakocevic Recode talk https://www.youtube.com/watch?v=-KqNO_sDqm4
56- 12 Introduction to Red Programming Language by Nenad Rakocevic https://www.youtube.com/watch?v=j-qLzrw-D2I
67- 12 Red Programming Language running on the Raspberry Pi - Kaj de Vos 1/2 https://www.youtube.com/watch?v=9eQPtrw8rIQ
78- 12 Programming for common people: introducing the new Red language - Kaj de Vos (1/2) https://www.youtube.com/watch?v=YtLHl-Kpyyg
Original file line number Diff line number Diff line change 2121* cli
2222
2323#+begin_src sh
24- $ manpath
24+ $ echo $MANPATH # prints locations
25+ $ manpath # prints locations
26+ $ mandb # updates man pages
2527 $ man man
26- $ man 7 man # macro language
28+ $ man 7 man # macro language
2729 $ man -f FOOBAR # list all available sections for FOOBAR
2830 $ man -Tps | ps2pdf - bash.pdf
2931 $ man -l foo/bar.1
You can’t perform that action at this time.
0 commit comments