Click Here
home features news forums classifieds faqs links search
6684 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
22 crawler(s) on-line.
 95 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 thanhbinhceo:  35 mins ago
 789club5net:  2 hrs 4 mins ago
 inovina:  2 hrs 23 mins ago
 namvietnhathnwc:  3 hrs 35 mins ago
 sunwin8itcom:  4 hrs 25 mins ago
 daotienquankts:  4 hrs 41 mins ago
 13win1apppy:  5 hrs 8 mins ago
 xethamquandalat:  5 hrs 55 mins ago
 betwaybrazil:  5 hrs 59 mins ago
 incucre:  6 hrs 27 mins ago

/  Forum Index
   /  AROS Software
      /  What next should I ask Base 44 to port
Register To Post

PosterThread
hardwaretech 
What next should I ask Base 44 to port
Posted on 9-Nov-2025 7:59:58
#1 ]
Member
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
Profile     Report this post  
Mobileconnect 
Re: What next should I ask Base 44 to port
Posted on 9-Nov-2025 15:28:48
#2 ]
Cult Member
Joined: 13-Jun-2003
Posts: 525
From: Unknown

@hardwaretech

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
Profile     Report this post  
hardwaretech 
Re: What next should I ask Base 44 to port
Posted on 9-Nov-2025 17:53:56
#3 ]
Member
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
Profile     Report this post  
hardwaretech 
Re: What next should I ask Base 44 to port
Posted on 10-Nov-2025 9:58:10
#4 ]
Member
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.

 Status: Offline
Profile     Report this post  

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle