Ć Programming Language

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • haxe

    Haxe - The Cross-Platform Toolkit

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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

  • 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

  • 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?

    All: I understand that when a post like this shows up, everyone's first reflex is to react to the name. However, reflexive reactions like that tend to be shallow and to lead to boring, generic discussion. Here we're going for reflective discussion, not reflexive—which takes longer but ends up being less predictable and therefore more interesting.

    As a community, we're learning to let the quickest, shallowest reactions go, and wait for the more interesting ones to show up. In the case of post like this, that would mean focusing on the details of the language. It's not that names are irrelevant, but we shouldn't focus on the surface at the expense of the depth; that leads to exciting-in-the-short-run-but-boring-in-the-long-run results.

    https://hn.algolia.com/?dateRange=all&page=0&prefix=true&sor...

    https://news.ycombinator.com/newsguidelines.html

  • 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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