From 4be554f1fc9b8a20aef5613ff84e069f1d0184db Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Tue, 10 Dec 2019 00:38:31 -0500 Subject: Blog Post: 2019-12-09 - Lisps, Assembly, C, and Conlangs --- www/index.html | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) (limited to 'www/index.html') diff --git a/www/index.html b/www/index.html index 5f4f663..51ac3b6 100644 --- a/www/index.html +++ b/www/index.html @@ -21,28 +21,16 @@ like uploading.

-

Recent Post - 2019-02-17

-

Venturing back into C

-

For the past two weeks or so I have been diving back into C - programming. I've found it to be a very fun and refreshing experience - coming off of a slog of Java 11 updates at work. I've found comfort - in its simplicity and frustrations in my "I can do this without an - IDE" mindset.

-

I started C programming in College during a 8 AM course of which all I - can remember is that it was at 8 AM. I loved programming in C, dealing - with memory, pointers, no strings, structs, no strings, linking, no - strings. It was a really interesting difference from the web and Java - programming I had done previously. Obviously the lack of the - "string" type made things interesting and initially a challenge - for me back then. In my most recent endevour I found char * to be perfectly suitable for every case I came - across. It was usually a separate library that was failing me, not a - fixed char array. This was mostly due to the types of programs I was - writting in college were text adventures where all of what I did was - using strings. And my lack of understanding of what was actually - happening in C was really what was causing all the issues.

+

Recent Post - 2019-12-09

+

Lisps, Assembly, C, and Conlangs

+

I had originally hoped to do more blogging as a way of practicing my + writing and an incentive to do more hobby programming. The intent was + never to make this site solely programming, I had actually a few scrapped + posts about baking and guitar that just didn't get anywhere... but + that being said I did have a fair amount of hobbying in 2019 that I can + share some unfiltered, semi-structured thoughts on.

-- cgit v1.2.3-54-g00ecf