Where I explore designing a type definition of a Wiki, without code this time I have a lot of wacky computer science ideas, more of which are going to be appearing as other blog posts in the future. This is the most recent one, and therefore, the least pickled. What is a Multigraph, anyway? ThisContinue reading “Wikis as Multigraphs of Text”
Category Archives: Weird Computer Ideas
Source Code in a Wiki?
This is an add on to my previous post, Wikis as Multigraphs of Text. As of right now, most source code is stored as text files in a file system. And this has worked out fine for the industry for decades. But, there are other ways of storing programs. What if, we stored source codeContinue reading “Source Code in a Wiki?”
Multiple Choice Language Feature Programming Languages
where I describe an a-la-carte language feature compiler toolchain Semantics in general When I was first learning programming, I thought that the syntax of a language (keywords, spacing, how to write functions, &c) was the only thing that I needed to learn. Then I started learning about something called programming language semantics. Semantics in generalContinue reading “Multiple Choice Language Feature Programming Languages”