Results 13 issues of Lingdong Huang

Hi all! After working on it for 3 months, I'm excited to announce that the first draft of γ€Šζ–‡θ¨€ι™°η¬¦οΌšζ–‡θ¨€ζ–‡η·¨η¨‹ε…₯門》, *Introduction to Programming in Wenyan* is available! It is an introduction...

documentation
announcement

This issue is dedicated to the discussion of translation of programming concepts into 文言. Please contribute by posting your translation in a comment, and the collaborators will add them to...

help wanted
chinese-language

As mentioned in #459, I'm building a website where people can create, edit, browse, share, fork, run, embed, like, dislike, etc., user-created snippets in wenyan language. ### [https://wenyan-snippets.glitch.me/](https://wenyan-snippets.glitch.me/) Currently I...

help wanted
announcement

Hi everyone, as requested by #275 and #358 , try-catch is here! Here is an overview of the syntax: ``` ε§‘ε¦„θ‘Œζ­€γ€‚ ε—šε‘Όγ€‚γ€Œγ€Œζ»…ι ‚γ€γ€δΉ‹η¦γ€‚ ε¦‚δΊ‹δΈθ«§γ€‚θ±ˆγ€Œγ€ŒReferenceErrorγ€γ€δΉ‹η¦ζ­Ÿγ€‚ εΎζœ‰δΈ€θ¨€γ€‚ζ›°γ€Œγ€Œζœ¬η„‘ζ­€η‰©γ€‚ε₯ˆδ½•用之」」。書之。 θ±ˆγ€Œγ€ŒSyntaxErrorγ€γ€δΉ‹η¦ζ­Ÿγ€‚ εΎζœ‰δΈ€θ¨€γ€‚ζ›°γ€Œγ€ŒδΈεˆζ–‡ζ³•γ€‚δΈι€šδΉ‹η”šγ€γ€γ€‚ζ›ΈδΉ‹γ€‚ θ±ˆγ€Œγ€ŒTypeErrorγ€γ€δΉ‹η¦ζ­Ÿγ€‚ εΎζœ‰δΈ€θ¨€γ€‚ζ›°γ€Œγ€Œη‰©ε„ε…Άι‘žγ€‚θ±ˆε―ζ··εŒγ€γ€γ€‚ζ›ΈδΉ‹γ€‚ θ±ˆγ€Œγ€Œζ»…ι ‚γ€γ€δΉ‹η¦ζ­Ÿγ€‚ εΎζœ‰δΈ€θ¨€γ€‚ζ›°γ€Œγ€Œε—šε‘Όε“€ε“‰γ€‚δΌη»΄ε°šι£¨γ€γ€γ€‚ζ›ΈδΉ‹γ€‚...

syntax
announcement

# WONTON *Wenyan's Own Number, Text & Object Notation* Inspired by #539 (thanks!), An object serialization method made its way to wenyan-lang STDLIB πŸš€ The parser/serializer is written in **pure...

announcement
stdlib

As you might (not) have noticed, *wenyan-lang* strives to be more readable (for ancient Chinese people). **Macros** provide syntactic sugars to bring the 文采 of your code to the next...

announcement

## Language Spec Issue #1 is finally resolved! wenyan-lang now has a (relatively complete) [specification](https://en.wikipedia.org/wiki/Programming_language_specification) written in [ANTLR](https://www.antlr.org) (thanks @jiangzoi) πŸŽ‰. This also means that parsers in other langauges can...

announcement
ide/editor

Thanks to everyone who contributed their ideas, a selection of proposed new syntaxes are now added in dc87cf97373b633c5b69c22dc5b7e363f03f0b24: | js/c++ | wenyan | issue | |-|-|-| | `continue` | `δΉƒζ­’ζ˜―ι`...

announcement

As another step toward a strongly-typed language with a functional flavor, wenyan-lang now supports ML style [static typechecking](https://en.wikipedia.org/wiki/Type_system#Static_type_checking) and [inference](https://en.wikipedia.org/wiki/Type_inference). When the option is turned on, the compiler will now...

announcement
parser/compiler

As pointed out in https://github.com/wenyan-lang/book/issues/23 by @747 (Thanks!) Reminder for myself to fix it. ![Snip20200810_43](https://user-images.githubusercontent.com/7929704/89762732-05415d80-dabf-11ea-92b3-878066d025be.png)