The Concept: A replacement template engine written in Kotlin DSL Kotlin can replace the template system for a python server, or ruby server, or any other server, with no change to the server other than the template system, regardless of what language is used for the server itself. This allows replacing mako, or jinga2, Django… Continue reading Kotlin DSL templates with Python (or any other) Server
Author: pscitechian
Machine Code, Global memory, the Stack and the Heap
Today we have progressed so far that we have computers with multiple 'cores' (in fact complete processors) on a single chip. But one way to understand the fundamentals of computers is to analyse far simpler computers from the past. This section will review those very fundamental concepts in terms of each of the following: a… Continue reading Machine Code, Global memory, the Stack and the Heap
Machine Code and Global Memory
updated 1 Jan 2020 To understand how memory works, it can be useful to consider how the CPU itself works, and what follows from that is how memory works. Languages are built on these underlying principles and automate using the different types of memory. This page uses a 'hypothetical programmable calculator' (Magic Calculator), to illustrate… Continue reading Machine Code and Global Memory
OOP vs Functional: No contest!
Moving to kotlin, the question can arise: "should I program in OOP (Object Oriented Programming) style, or move to Functional programming?". This page examines reviews what Object Oriented programming really means, what functional programing is, and outlines how there is no incompatibility if the correct approach to OOP is in place, and the two paradigms… Continue reading OOP vs Functional: No contest!
Java: The king is dying
(originally written 23 May 2017) TL:DR ... but just read the headings in that case. Java is the king. In a similar way that the queen of England is 'the queen'. Java is not everyone's king, and some have another king, but even they may see java as the most recognised king. Certainly, Java is… Continue reading Java: The king is dying