Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
1ris
on March 4, 2015
|
parent
|
context
|
favorite
| on:
C – Compile and execute C “scripts” in one go
So
alias c=tcc -run
?
ElDiablo666
on March 4, 2015
|
next
[–]
I think it executes it as a script, though. Like, it uses a compiler but isn't itself a compiler.
heinrich5991
on March 4, 2015
|
prev
[–]
Doesn't work wrt shebangs.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
alias c=tcc -run
?