yabasic icon indicating copy to clipboard operation
yabasic copied to clipboard

Yabasic - A simple Basic interpreter for Unix and Windows

Results 12 yabasic issues
Sort by recently updated
recently updated
newest added

If `ncurses` is installed with its more low-level functions split into the separate library `libtinfo`, the build will fail with an error like this one: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o: undefined reference...

Hello, I would like it if yabasic had a function to replace one string with another. I am posting a solution here that I found on the net. I've added...

libwhereami was recently packaged for Debian [1] and will be available in Ubuntu from 20.10. Is is possible to do some magic in configure.ac and link with -lwhereami, if available,...

Hi, @marcIhm ! How about run `yabasic` on the Mac? I can try build it on Mojave but I don't know where to start :)

The [MacPorts](https://macports.org) distribution of `yabasic` fails in the configure step because `configure` can't find `libffi`. MacPorts installs everything in `/opt/local` and `ffi.h` in particular is in `/opt/local/lib/libffi-3.2.1/include`. I can get...

I've seen several archives of Yabasic examples available for download. Unfortunately, many of them use commands that were added in the PS2 version and do not run unmodified on the...

I had some problems compiling previous versions of Yabasic on ARM (Raspbian OS), but I have compiled and installed 2.82.1 on Intel (Debian OS). So now I can resume a...

This is the best Basic I've found so far for printing strings in multiple languages. Can I change the font for the terminal ?

As far as I can tell, the current semantics for importing modules looks something like this: 1. Look for `./{{MODULE_NAME}}.yab` in the current working directory 2. Look for `{{MODULE_NAME}}.yab` next...