KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
schc
★ 22
Open GitHub ↗
Simple C Haskell Compiler
Download README (.md)
Explore Similar Repositories
livesoccertv-parser
:
Parse soccer games data from https://livesoccertv.com
Parsel
:
Create complex parsers by combining simple ones with Parsel!
APDemo
:
Android创建WiFi热点研究(安全性为:无/WPA PSK/WPA2 PSK,Android6.0适配)
dynamic-loading-example
:
A small learning experiment with dynamic loading in c++.
saliencerank
:
SalienceRank keyphrase extraction algorithm
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
schc
?
Download (.md)
Simple C Haskell Compiler ========================= ## Why? I wanted to write a compiler. I like Haskell. ## Why C? I dont get why bootstraping in such a great idea, if anything it has [some trust problems](https://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdf). If someone spends any time auditing a compiler for a mainstream language that lang will probably be C, if you then trust this codebase you got a trusted Haskell compiler.