fngi
C
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
fngi | C | |
---|---|---|
1 | 5 | |
56 | 17,261 | |
- | 1.9% | |
10.0 | 8.2 | |
4 months ago | 8 days ago | |
C | C | |
The Unlicense | GNU General Public License v3.0 only |
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.
fngi
-
Smallest possible self-hosting zig compiler
I've been writing my own language, fngi, which is inspired by Forth to create an extremely minimal language. However, I'm considering doing a rewrite and in so doing am taking a second look at some other languages.
C
- what resources do you recommend for learning C ?
-
My Favorite Language has Changed to PHP
C: https://github.com/TheAlgorithms/C/blob/master/sorting/merge_sort.c
-
Algorithms by Jeff Erickson (Free algorithms textbook)
I like the awesome-algorithms link, but some of the code linked is definitely not perfect. A few questionable things from one of the header files [0] in https://github.com/TheAlgorithms/C:
- Defines a macro with no parentheses
- Uses unsigned for length and capacity (should be size_t)
- Uses () instead of (void) for an empty parameter list
- Useless use of "extern" for function declarations
- I think that leading double underscores and structures ending with _t are reserved identifiers, but I don't really have a good source for this
[0]: https://github.com/TheAlgorithms/C/blob/master/data_structur...
What are some alternatives?
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
C-Sharp - All algorithms implemented in C#.
JavaScript - Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
julia - Simple fractal drawing software
Dart - All Algorithms implemented in Dart
Java - All Algorithms implemented in Java
awesome-algorithms - A curated list of awesome places to learn and/or practice algorithms.
CCV - C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
Microsoft Automatic Graph Layout - A set of tools for graph layout and viewing
F-Sharp - All Algorithms implemented in F#
C-Plus-Plus - Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Kotlin - All Algorithms implemented in Kotlin