∑:6  Sort:Rank

Source Code Encoding Format - UTF-8
This section describes H language source code encoding format.
2022-05-03, 124🔥, 1💬

💬 2022-05-03 miso: thanks

Escape Sequences for Non-Printable ASCII Characters
This section describes escape sequences for non-printable ASCII characters in 'string' literals.
2021-11-12, 768🔥, 2💬

💬 2021-11-12 Herong: polendina, thanks for the suggestion!

💬 2021-11-08 polendina: Using this on pantheon terminal emulator with bash shell i.e. > echo -e "hello\tfriend \x07" hello friend

What Is H (Hybrid) Language
This section describes design guidelines of H language.
2018-03-03, 386🔥, 3💬

💬 2018-03-03 Jack: Interesting!

H (Hybrid) Language
This free book is a collection of notes on developing a new programming language called H (Hybrid).
2018-01-21, 1564🔥, 1💬

💬 2017-10-18 Evan: I like it!

$instance Statement - Define Instance Template
This section describes the $instance statement for defining instance template.
2017-11-06, 210🔥, 1💬

💬 2017-11-06 Vincent: Concept is good!

Conditional "elseif" Statement
This section describes what is a conditional 'elseif' statement in H language.
2017-10-24, 190🔥, 2💬

💬 2017-10-24 Herong: Vijay, $elsif is an option. But I strongly suggest we use full words, no abbreviations. So we don't have to guess.

💬 2017-10-18 Vijay: Why not using "elsif" as the keyword?

  ∑:6  Sort:Rank