Elektrine lite

← Feed

@mudri@mathstodon.xyz

Post #962046

2026-04-01 09:50 UTC

Overview of Cangjie Programming Language https://jcst.ict.ac.cn/fileup/1000-9000/PDF/JCST-2603-OF-2509-15978.pdf In case anyone's been wondering about the project I'm part of in Huawei, we have a paper out going through the language design and compiler architecture of Cangjie, linked above. Also everything is open source now, and available at https://gitcode.com/Cangjie/.

Replies (3)

  • @mudri@mathstodon.xyz 2026-04-01 09:50

    (Not an April fool's joke!)

    Open ##2931586

  • @wingo@mastodon.social 2026-04-01 10:06

    @mudri@mathstodon.xyz interesting discussion of llvm/addrspace/gc interactions

    Open ##2931588

  • @mudri@mathstodon.xyz Sorry if I’ve missed it, but is there a way to verify if a String has been defined in the source code… this allows a library to ensure application developers haven’t introduced any Injection Vulnerabilities with SQL, HTML, CLI, etc… e.g. verifying argument 1 to a function is an SQL string literal (a developer defined string), with user values being passed as separate arguments/parameters (not concatenated) https://eiv.dev

    Open ##2931593