Fortran browser
- 3 Devlogs
- 4 Total hours
A browser that is written in Fortran.
A browser that is written in Fortran.
Finally got the window to show up, speeding up compilation has the downside of having to remember to add the function names when calling the module.
I setup the prompt to ask if your in a terminal or in the future GUI browser (hopeful) and fixed the URL input after breaking it. I am still noodling about how to implement the HTML tag stripper so you could view the text on the page as a base from of web browsing.
I made the main program fetch the Hacklub website’s homepage. Here’s part of it.