lwc VS cyclone

Compare lwc vs cyclone and see what are their differences.

cyclone

Cyclone Language Compiler fixes to build on recent operating systems (by mingodad)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
lwc cyclone
2 3
1 7
- -
0.0 0.0
about 2 years ago about 1 year ago
C C
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

lwc

Posts with mentions or reviews of lwc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-04.
  • Cello – High Level C
    10 projects | news.ycombinator.com | 4 Mar 2022
  • Ask HN: Does someone have pyvm-3.0.tar.bz2
    5 projects | news.ycombinator.com | 1 Mar 2022
    I'm trying to have buildable versions of several compilers for learning and historical preservation and recently discovered "lwc" https://directory.fsf.org/wiki/Lightweight_C++ and apparently the latest version of it come with this pyvm version http://students.ceid.upatras.gr/~sxanth/pyvm-3.0/ -> http://students.ceid.upatras.gr/~sxanth/pyvm-3.0/pyvm-3.0.tar.bz2 but is not accessible anymore.

    Does anyone have it and could share it ?

    I already have a version 2.1 here https://github.com/mingodad/lwc and here https://github.com/mingodad/pyvm and here is some discussion with links https://github.com/mingodad/cfront-3/issues/6 .

    I also have:

    - Cfront3 https://github.com/mingodad/cfront-3

    - Cyclone https://github.com/mingodad/cyclone

    - Tinycc reeentrant https://github.com/mingodad/tinycc

    Thank you in advance for any help !

cyclone

Posts with mentions or reviews of cyclone. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-01.
  • The Fascinating Influence of the Cyclone Language
    1 project | news.ycombinator.com | 9 Feb 2023
    Just in case someone want's to try it I've did some work to allow build on linux (Ubuntu 18.04 and probably others too), you can see it here https://github.com/mingodad/cyclone .
  • Ask HN: Does someone have pyvm-3.0.tar.bz2
    5 projects | news.ycombinator.com | 1 Mar 2022
    I'm trying to have buildable versions of several compilers for learning and historical preservation and recently discovered "lwc" https://directory.fsf.org/wiki/Lightweight_C++ and apparently the latest version of it come with this pyvm version http://students.ceid.upatras.gr/~sxanth/pyvm-3.0/ -> http://students.ceid.upatras.gr/~sxanth/pyvm-3.0/pyvm-3.0.tar.bz2 but is not accessible anymore.

    Does anyone have it and could share it ?

    I already have a version 2.1 here https://github.com/mingodad/lwc and here https://github.com/mingodad/pyvm and here is some discussion with links https://github.com/mingodad/cfront-3/issues/6 .

    I also have:

    - Cfront3 https://github.com/mingodad/cfront-3

    - Cyclone https://github.com/mingodad/cyclone

    - Tinycc reeentrant https://github.com/mingodad/tinycc

    Thank you in advance for any help !

  • A Formal Model of Checked C
    6 projects | news.ycombinator.com | 13 Feb 2022
    Here https://github.com/mingodad/cyclone is my attempt to update the latest available cyclone code and fix it to build on more recents operating systems.

    The first step is build as 32 bits as clean as possible then attempt to update to be able to also build for 64 bits.

    Actually it's already working on Ubuntu 18.04 see the build here https://github.com/mingodad/cyclone/actions .

    One of the main reasons to do it is to preserve for historical purposes .

    There is also this other repositories that seems to try something similar:

    https://github.com/moon-chilled/cyclonic

What are some alternatives?

When comparing lwc and cyclone you can also consider the following projects:

cfront-3 - self education and historical research of the C++ compiler cfront v3

checkedc-clang - This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe.

tinycc - My working copy of tinycc made reentrant

pyvm - archive of pyvm.git (last push: version 2.1). includes "lightweight C++" in pyvm/lwc dir.

cyclonic - WIP port of cyclone to modern platforms

zig-gamedev - Main monorepo for @zig-gamedev libs and example applications

v-mode - 🌻 An Emacs major mode for the V programming language.

cyclone

Cello - Higher level programming in C

cyclone - Cyclone is a safe dialect of C