Kwanghoon Choi

Results 14 comments of Kwanghoon Choi

Hello @jamescheney, In Links, CPS-converted functions are thought to take its environment as their first argument. When the example program calls a server function with a text "zzzzz", cgi_args is...

Thanks for the explanation. One thing still strange to me is that in the web interface, only FunctionPtr with None as the second argument is created if the environment part...

@frank-emrich Maybe I am lost, but the example is successfully IR-typechecked in my run. ``` (Ir.Rec [{ Ir.fn_binder = (229, (forall 460::Row.() ~460~> (), "f1", Var.Scope.Global)); fn_tyvars = [(460, (CommonTypes.PrimaryKind.Row,...

Here is my configuration for my run. (I got this somewhere in IR typing discussion.) ``` typecheck_ir=true fail_on_ir_type_error=true prelude=../links/tests/empty_prelude.links optimise=false debug=true print_types_pretty=true recheck_frontend_transformations=true hide_fresh_type_vars=false show_flavours=true show_quantifiers=true show_raw_type_vars=true ```

I ran with a command with a file as - links --config=./config_example ./desugarinners.links

예를 들어, 1) 스몰베이직 프로그램 이름에 공백이 있거나 2) 스몰베이직 프로그램이 저장된 위치의 경로에 공백이 있으면 실행할 때 이 프로그램을 찾지 못해서 에러가 발생하는 문제가 발생.

Microsoft SmallBasic에서 실행되지 않는 문제임. (MySmallBasic에서 실행되는 문제가 아니라) @Seyeong2

@KimGa-Young I will take a look at this issue.

@aurelVZ There is a quick start guide: https://github.com/kwanghoon/MySmallBasic/wiki/Quick-Start-Guide Please run the batch file: run.bat. If it does not work, you may have to look at a java path set up...

@aurelVZ Oh, I am sorry for the inconvenience. This is a bit strange. I tried today, and I have no problem as the screenshot shows. ![capture](https://user-images.githubusercontent.com/1162897/159704554-181dcdee-1427-44e9-9f95-798ecf926748.PNG) Would you please try...