Module: PseudoLang
- Defined in:
- lib/pseudo_lang.rb
Overview
pseudo-lang / pseudolang — name reserved for the Pseudo programming language.
The Pseudo language is currently in pre-v1 development. The actual Ruby bindings will be published to RubyGems when v1.0 Ludens ships and Vladimir Dukelic personally tests + approves the working version.
Until then:
Source: https://github.com/siliconyouth/pseudo
Marketing: https://pseudo-lang.com (lands at v1.0)
Spec: docs/superpowers/specs/ in the GitHub repo
Compatibility: COMPATIBILITY.md in the GitHub repo
Conformance: CONFORMANCE.md in the GitHub repo
License: MIT OR Apache-2.0 Owner: Vladimir Dukelic <vladimir@dukelic.com>
Constant Summary collapse
- VERSION =
"0.0.1"- RESERVED =
true- STATUS =
"pre-v1"- HOMEPAGE =
"https://pseudo-lang.com"- REPOSITORY =
"https://github.com/siliconyouth/pseudo"- MESSAGE =
<<~MSG pseudo-lang — name reserved for the Pseudo programming language. The actual gem will be published when v1.0 Ludens ships. Source: #{REPOSITORY} MSG
Class Method Summary collapse
Class Method Details
.notice ⇒ Object
34 35 36 |
# File 'lib/pseudo_lang.rb', line 34 def self.notice MESSAGE end |