Sinopsis
At Next Without For, we cover historical computer languages (compilers and interpreters) and modern programming tools for retro computers.Next Without For is a member of the Retrobits Family of podcasts.
Episodios
-
Show 015 - Atari 8-Bit Programming
23/05/2025 Duración: 01h28minRandy and Earl discuss the various options for modern programming on Atari 8-bit systems, including the Atari 400/800 and their successors! News/Personal Projects RP2040 Geek - https://www.waveshare.com/rp2040-geek.htm z80pack on Waveshare RP2040-GEEK/RP2350-GEEK - https://github.com/udo-munk/RP2xxx-GEEK-80 Comp.Sys.Sinclair Crap Games Competition - https://csscgc2025.blogspot.com/ Article about the Crap Games competition on The Guardian - https://www.theguardian.com/games/2023/jul/06/people-competing-to-make-the-worst-computer-games-possible Show Topic Action! programming language - https://atariwiki.org/wiki/Wiki.jsp?page=Action FastBASIC programming language - https://atariwiki.org/wiki/Wiki.jsp?page=FastBasic ATR disk image for the Atari 8-bit computers and binaries of the cross-compiler for different platforms for FastBASIC - https://forums.atariage.com/topic/378307-fastbasic-47-is-here/ Visual Studio Code extension for FastBASIC - https://marketplace.visualstudio.com/items?itemName=EricCarr.fastba
-
Show 014 - The History of BASIC
24/02/2025 Duración: 01h10minRandy and Earl cover the history of the BASIC programming language, including its origins, and the wide adoption of BASIC on 8-bit systems in the 1970s and 1980s! News BASIC 10-Liner Contest - https://gkanold.wixsite.com/homeputerium Show Topic https://www.dartmouth.edu/basicfifty/ https://www.youtube.com/watch?v=gxo9LVIgOiI “Fire in the Valley: The Birth and Death of the Personal Computer” by Michael Swaine, Paul Freiberger (associate link) - https://amzn.to/3EzdPCp Wikipedia - https://en.wikipedia.org/wiki/BASIC “Sophistication & Simplicity: The Life and Times of the Apple II Computer” by Stephen Weyrich - https://amzn.to/4hFGkNy “iWoz: Computer Geek to Cult Icon: How I Invented the Personal Computer, Co-Founded Apple, and Had Fun Doing It” by Steve Wozniak and Gina Smith - https://amzn.to/42ZhBzc “Commodore: A Company on the Edge” by Brian Bagnall - https://amzn.to/4gHvfdu "101 Basic Computer Games" by David H. Ahl - https://amzn.to/3QitZTg or “101 BASIC Computer Games: Microcomputer Ed
-
Show 013 - ugBASIC
19/06/2024 Duración: 01h54minRandy and Earl talk about ugBASIC, and Randy interviews the author/creator! News BASIC 60th birthday!: https://www.theregister.com/2024/05/03/basic_60th_birthday_releases/ AMSCII-Compo: https://logiker.com/AMSCII-Compo (Amstrad CPC AMSCII) Show Topic ugBASIC main site: https://ugbasic.iwashere.eu/ ugBASIC IDE: https://spotlessmind1975.itch.io/ugbasic-ide ugBASIC keywords: https://ugbasic.iwashere.eu/#collapseKeywords ugBASIC examples: https://ugbasic.iwashere.eu/target/to8#examples ugBASIC forum: https://forum.ugbasic.iwashere.eu/viewforum.php?f=8 Soko64 - fun puzzle game written in ugBASIC: https://www.youtube.com/watch?v=iwuryS6pvKU Other Links 101 BASIC PROGRAMS FOR MICROCOMPUTERS: https://www.atariarchives.org/basicgames/ Floppy Days Podcast: https://www.floppydays.com ANTIC Podcast: https://www.ataripodcast.com
-
Show 012 - CHIP-8
18/03/2024 Duración: 01h01minRandy and Earl explore programming of the CHIP-8 family of interpreters! News! No news this episode! Z88DK, C compiler and assembler for 8080, Z80, 8085 https://z88dk.org/site/ CHIP-8 Wikipedia: https://en.wikipedia.org/wiki/CHIP-8 Joseph Weisbecker: http://www.cosmacelf.com/history/joseph-weisbecker.html Joseph Weisbecker’s introduction of CHIP-8 in Byte Magazine, Dec. 1978 https://archive.org/details/byte-magazine-1978-12/page/n109/mode/1up CHIP-8 Technical Reference: https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Technical-Reference IDE for creating CHIP-8 programs: https://johnearnest.github.io/Octo/ Writing programs for CHIP-8 using Octo IDE: https://www.youtube.com/watch?v=e-G6Dm5AX3I Awesome CHIP-8 - list of CHIP-8 resources https://chip-8.github.io/links/ CHIP-8 program archive https://github.com/JohnEarnest/chip8Archive CHIP-8 Computer https://chip-8.com/ CHIP-8 Extensions and Compatibility https://chip-8.github.io/extensions/#a-note-on-modern-implementation
-
Show 011 - Using BASIC on Modern Hardware
18/08/2023 Duración: 01h17minNews! Atari BASIC AI training - https://discord.gg/WnEcxSvtS Nabu computer - https://nabu.ca/ More Contests! Amiga Jam - https://itch.io/jam/amigatooljam VisionBASIC Game Contest - http://visionbasic.fun/ AMSTRAD ASCII Compo - http://logiker.com/AMSCII-Compo BASIC implementations for iOS (iphone/iPad): BBC BASIC by Richard Russell - free - https://apps.apple.com/gb/app/bbcbasic/id6444498023 Commodore BASIC - Hand BASIC - CBM flavor by Ahmad Hawwash - free - https://apps.apple.com/us/app/hand-basic-cbm-flavor/id394924289 Hotpaw BASIC (iPad) - $4.99 - https://apps.apple.com/us/app/hotpaw-basic/id295464266 See: http://www.hotpaw.com/rhn/basic/iphone/ for a more complete description of the Basic language syntax Smart BASIC (iOS/Mac) by Nikolay Denislamov $11.99 - https://apps.apple.com/us/app/basic-programming-language/id1540244170 BASIC implementations for Android "BASIC Programming Compiler" - https://play.google.com/store/apps/details?id=com.krazeapps.basicprogrammingcompiler BASIC implementation
-
Show 010 - Assembly Language, Part II
17/03/2023 Duración: 45minRandy and Earl continue the discussion of Assembly Language in this second episode of a two-parter. If you missed it, check out Show 009 for Part I!
-
Show 009 Assembly Language Part I
16/01/2023 Duración: 42minIn part I of this discussion on assembly language, Randy and Earl discuss what assembly language is, who invented it, how it works (generally), and why one might have chosen to use it back in the classic days of computing.
-
Show 008 - 64 Bites
25/06/2022 Duración: 01h37minRandy interviews Michal Taszycki, owner of 64 Bites! And, we talk about some more contests.
-
Show 007 - Programming Contests
06/03/2022 Duración: 47minEarl and Randy talk about various retro computer programming contests, where participants can show off their creations for platforms from back in the day!
-
Show 006 - SNOBOL
11/10/2021 Duración: 01h31minRandy and Earl talk about the SNOBOL programming language - history, specifics of the language, and how to play with it today!
-
Show 005 - Programming the TI 58 and 59
18/01/2021 Duración: 01h05minRandy and Earl discuss programming for the TI 58 and 59 programmable calculators!
-
Show 004 - Turbo Rascal
04/10/2020 Duración: 01h12minRandy and Earl talk about Turbo Rascal Syntax Error, and Randy has a chat with its creator.
-
Show 003 - Fortran
22/07/2020 Duración: 01h19minRandy and I cover Fortran, the granddaddy of computer languages.
-
Show 002 - Randy and Earl
21/06/2020 Duración: 50minRandy Kindig joins Next Without For as a co-host, and the podcast reboots!
-
Show 001 - Turbo Pascal 3
13/10/2013 Duración: 35minA look at Turbo Pascal 3 for CP/M - the last version of Turbo Pascal to be released on that classic operating system.
-
Show 000 - dBase III Plus 1.1
26/05/2013 Duración: 31minShow zero of Next Without For covers the dBase III Plus 1.1 database programming environment.