HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bramadityaw

109 カルマ登録 昨年
github.com/bramadityaw linkedin.com/in/r-bramaditya

投稿

Counterexamples in type systems (2021)

counterexamples.org
60 ポイント·投稿者 bramadityaw·13 日前·4 コメント

Blade Language Server

github.com
2 ポイント·投稿者 bramadityaw·2 か月前·0 コメント

From design patterns to category theory (2017)

blog.ploeh.dk
1 ポイント·投稿者 bramadityaw·7 か月前·0 コメント

Episoden – Talk with English Speakers Online

episoden.com
1 ポイント·投稿者 bramadityaw·7 か月前·0 コメント

Unofficial, rules-compliant, browser based Arkham Horror: The Card Game

arkhamhorror.app
4 ポイント·投稿者 bramadityaw·8 か月前·2 コメント

Goto Considered Harmless

bramadityaw.github.io
16 ポイント·投稿者 bramadityaw·8 か月前·12 コメント

Increasing the Readability and Comprehensibility of Programs (1990) [pdf]

apps.dtic.mil
2 ポイント·投稿者 bramadityaw·8 か月前·0 コメント

Venn Diagram for 7 Sets

moebio.com
167 ポイント·投稿者 bramadityaw·8 か月前·46 コメント

Functional Programming and Climate Impact Research

github.com
1 ポイント·投稿者 bramadityaw·9 か月前·0 コメント

Voting Machine Hacking

grc.com
2 ポイント·投稿者 bramadityaw·9 か月前·1 コメント

コメント

bramadityaw
·6 時間前·議論
I tried to edit the Scheme source but it seems to have a bug where every editing action seems to happen a row above of where the cursor is.
bramadityaw
·2 か月前·議論
I am working on blase (https://github.com/bramadityaw/blase), a language server for Laravel's Blade templating language. This is a proof-of-concept project that I plan to make into a submodule inside a more general PHP language server.
bramadityaw
·8 か月前·議論
shouldn't this be a ShowHN?
bramadityaw
·8 か月前·議論
Code is open source at https://github.com/halogenandtoast/ArkhamHorror

Made in Haskell btw.
bramadityaw
·8 か月前·議論
typst FTW
bramadityaw
·8 か月前·議論
I consider this the official alternative title :)
bramadityaw
·8 か月前·議論
I admit that the example is contrived, and the control flow can be followed quite clearly because of the example's size. However, imagine that f and g is placed in different source files in a large project. That's what Dijkstra detests about arbitrary labels, in that a program's control flow is only obvious to the guy who first wrote it.
bramadityaw
·8 か月前·議論
My point is exactly that. C is a structured, procedural programming language that will only consider procedurally scoped labels. You can't execute it because it is not valid C that a standard compiler would accept, and we should be thankful because of that.