Ć Programming Language

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. fut

    Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.

    > Are there any samples of the final sources?

    https://github.com/pfusik/cito/issues/21

    I generally check-in just the Ć source and not the translations, but if you want a quick look at the generated C code, here's some: https://sourceforge.net/p/asap/code/ci/master/tree/asap.c

    > if there's a error/bug in the generated code am I actually going to debug and parse it effectively? Generated code may be "readable" but it is it understandable?

    I had no problems with that so far. Nim adds a lot of boilerplate code in C output. cito sometimes adds a few lines here and there, but mostly it looks like the code you would write directly.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. haxe

    Haxe - The Cross-Platform Toolkit

  4. wincompose

    🔣 Compose Key for Windows

    Right-Ctrl C ' if you have a compose key (built in on Linux, WinCompose[1] for Windows, no clue for Mac).

    [1] https://github.com/samhocevar/wincompose

  5. datamatrix-fu

    Data Matrix barcodes in the Fusion programming language

    > Are there any samples of the final sources?

    Have a look here:

    https://github.com/pfusik/datamatrix-ci

  6. JHipster

    JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

    Not talking about the interesting naming or the circumstances around this particular implementation, what do the people on HN think about the concept of such transpilation?

    I recall taking a course in university about model driven programming - the idea of creating an abstract representation of logic, interfaces and other system components and then generating either full implementations or stubs in multiple languages was an interesting one, even if implementations were really hard to get right.

    In practice, i've mostly only seen one language specific model driven design tools, like JHipster (https://www.jhipster.tech/) or the likes of JPA be reasonably successful, since there's a lot of problems with supporting abstractions across different languages and runtimes, but what has been the experience of others in that regard?

  7. UNIC

    UNIC: Unicode and Internationalization Crates for Rust

    I try to be mindful of making my software as accessible as possible, but the following

    > creating a lookup table for all the unicode material out there might've been considered impractical or performance-hitting for the developers.

    just doesn't ring true to me in any way for current software. I understand that people can be using older software, which is why I strive to restrict myself to ASCII as much as possible for the widest possible support for my users, but my software also supports unicode identifiers, up to and including a whole unicode table to talk about confusables[1]. And not all TTS software "ignores" characters, which is why people advice against using 𝑓𝑎𝑛𝑐𝑦 unicode because it doesn't get read as text but instead each character is described individually. (This is also something that TTS software should support for their users' sake, but I digress.)

    [1]: this is thanks to the crate unic-udc containing this information: https://github.com/open-i18n/rust-unic

  8. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hyrum's Law in Golang

    3 projects | news.ycombinator.com | 21 Nov 2024
  • Ask HN: Uncommon Web Languages?

    5 projects | news.ycombinator.com | 7 Nov 2022
  • If maps are not ordered, why does it display in the correct order when printing ?

    2 projects | /r/golang | 26 Mar 2022
  • Security advisory for the regex crate (CVE-2022-24713) | Rust Blog

    5 projects | /r/rust | 8 Mar 2022
  • Ease of Distributing Raku Programs?

    4 projects | /r/rakulang | 7 Nov 2021

Did you know that C# is
the 11th most popular programming language
based on number of references?