Joined: 5-May-2010 Posts: 72
From: blaine minnesota usa
my options are a ai java extension so you guys can use base 44 for yourselves. Or may be a PC emulator source code that work with aros x86 check my post about java. Or you could something else.
Status: Offline
Mobileconnect
Re: What next should I ask Base 44 to port Posted on 9-Nov-2025 15:28:48
Well first you need to make sure the code it gives you compiles and runs... You'll have a lot more luck getting an AI agent to plug the gaps in some existing code like the kaffe JVM than having it hallucinate something out of thin air.
Secondly I wouldn't use base 44 for anything it's just a demo generator, use a real code agent like claude or codex
_________________
Status: Offline
hardwaretech
Re: What next should I ask Base 44 to port Posted on 9-Nov-2025 17:53:56
Joined: 5-May-2010 Posts: 72
From: blaine minnesota usa
@Mobileconnect
It would be easier if some one joins the base 44 web sight . Their a free level if you have a newer computer with mac, windows, linux. Then you can ask the AI itself . Their a free level which you can get about 3 days a month in programing time and you can work on projects together. And generally programing for the amiga is different because all programs are build to its environment so to get out put you have make document and copy it then past in a doc. But it is still the fast way to solve our big software problems on the aros platform.
Also the code was design to be compile on a linux computer using a cross compiler. according to AI to show you how complex AI are getting look at my project. I have not even did program out side of Basic 7 on the 128 and this was the result after about 7 days of programing.https://chroma-stream-c212f889.base44.app/?fbclid=IwY2xjawN9nd9leHRuA2FlbQIxMABicmlkETFzV1JzZVlHUkFBbk9FcmY0c3J0YwZhcHBfaWQQMjIyMDM5MTc4ODIwMDg5MgABHg8-3btcKlVR4_5tgTYXcjL_Y9D1JRtRF_ZzlPgpVw4PQbqjR1ig7JbOzQGZ_aem_6948PiX35iyStKTQ9twp6A Note my program need a modern computer browser ie pc/mac linux. my program is a 30 day demo. still need to figure out how to print the licenses out lol so I can give them out only asking 10 if anyone is interested. and you need chrome. Note you can always go back and edite the code once you have a working version. if that your goal. It will give you all the docs you want to do it.
Last edited by hardwaretech on 09-Nov-2025 at 06:36 PM. Last edited by hardwaretech on 09-Nov-2025 at 06:23 PM. Last edited by hardwaretech on 09-Nov-2025 at 06:14 PM. Last edited by hardwaretech on 09-Nov-2025 at 06:07 PM. Last edited by hardwaretech on 09-Nov-2025 at 06:05 PM.
Status: Offline
hardwaretech
Re: What next should I ask Base 44 to port Posted on 10-Nov-2025 9:58:10
Joined: 5-May-2010 Posts: 72
From: blaine minnesota usa
@hardwaretech I been researching what to do for my next project on base 44 it might be of interest to you. but i will still have time to ask base 44 to do some stuff for the community. But this will be my main project-
Program Name--For the love of Basic
Forward- This was inspire by having a modernize Basic that was inspired by Commadore Basic 7.0 Note this means no old gutts of old basic and new commands to take advantage of modern capabillies. The editor is base on word processor design that on online allow AI intergration for both the editor and the code produce. The editor will be os independent Mac, Pc-window, Linux, or Aros. The code will will be specific to platform with their own built AI engine control the of the execution for speed to run as fast as possible with commands that support the most modern features.
The program uses standard notation -the ai will convert as needed for speed. So no need hexadecimal use unless you want to. Simple number notation, use Scientific if you want.
Variables can be any length you and does not be word or a number just something that change even a graphic or sound. Numbers are allowed Arrays multiple variables that link together you just tell the program what you need. The reason it possible by editor use of natural language in the AI
The Dim statement or can be called dimensional array. And can be configure the variables command . In it’s menu Is it Dim?- if selected it defines the dims on variable(numbers and by how many) default is 1 Type Graphic-default is one increase the number Sound-default is one increase the number Animation-default is one increase the number (Name of) Music-default is one increase the number Number arithmeteic ask to select another variable to do operation with and how formla String Link 2 or more variables for math formula web page html
note been research more just taking my time commands to add note i got another 10 pages From different ideas but I want idea from differ users
Last edited by hardwaretech on 10-Nov-2025 at 10:11 AM.