Jemoo Chan
Jemoo Chan
When I tried to compile the following code, the compiler reporting **Type could not be found**. ``` static class DigitsOfE { static (int, int) SumTerms(int a, int b) { if...
 When I added a **return** statement to the **expression block**, subsequent code received a compiler warning of 'unreachable code' and an exception occurred while running the program
I want to import a DLL (created by another beef project) in the beef project to implement the functionality like game mods, How do I do this?Thanks!
I'm trying to AOT the following code: `print("{new String("hello!")->to_upper()->utf8()}\n");` got: ` builtin_print(das_string_builder(__context__,SimNode_AotInterop(__tinfo_0, cast::from(das_invoke_function::invoke(__context__,nullptr,das_invoke_function::invoke(__context__,nullptr,das_new::make_and_init(__context__,[&]() { return das_invoke_function::invoke_cmres(__context__,nullptr,Func(__context__->fnByMangledName(/*@test::String Cs*/ 12949979443183231949u)),((char *) "hello!")); })->to_upper,das_arg::pass(das_cast::cast(das_deref(__context__,das_new::make_and_init(__context__,[&]() { return das_invoke_function::invoke_cmres(__context__,nullptr,Func(__context__->fnByMangledName(/*@test::String Cs*/ 12949979443183231949u)),((char *) "hello!")); })))))->utf8,das_arg::pass(das_cast::cast(das_deref(__context__,das_invoke_function::invoke(__context__,nullptr,das_new::make_and_init(__context__,[&]() {...
The performance of daScript is impressive. it would be even better if it were closer to a general-purpose language.