Andrin Bertschi
Andrin Bertschi
We currently throw UnsupportedOperationException if syntactic errors occur. Replace exception with graaphp specific exception which also prints source section. See ExprVisitor.
Agree, naming is hard. I am open for suggestions. TrufflePHP seems to follow the pattern which other implementations adopted.
> @abertschi i will merg your project into direktspeed/trufflephp it was made as placeholder as i have some people that want to jump into finishing the implementation that you did....
> @abertschi out of any view trufflephp is the best solution for the name at all because it can then get inferred that it is based on Java(GraalVM) and when...
I would like to be pragmatic. I told them I will think of a new name. It's totally fine to rename it to trufflephp or another name. This is not...
> @abertschi i just invited to as maintainer for https://github.com/direktspeed/trufflephp and did merge and renamed the project to trufflephp i will now start to define some basic schedules and tell...
I talked with some folks at Oracle Labs and there is currently no strategic interest in officially supporting PHP.
Hi there, thanks for reaching out and showing interest! Yes, it is possible to continue working on it. All the resources are available and the source code is published under...
- decouple functional array behavior (write/ read) from technical storage representation (generalize, copy, ...) #31
There are many exciting things to work on in this issue. Some ideas: - use native-image to compile graalphp to native code and then access it without a full JVM...