orc
orc copied to clipboard
Orc programming language implementation
Try Orc is repeatedly (several times per week on orc.csres) throwing: ``` javax.management.InstanceAlreadyExistsException: orc.orchard:type=GuestOnlyAccounts,name="" java.lang.AssertionError: javax.management.InstanceAlreadyExistsException: orc.orchard:type=GuestOnlyAccounts,name="" at orc.orchard.jmx.JMXUtilities.registerMBean(JMXUtilities.java:54) at orc.orchard.Accounts.(Accounts.java:74) at orc.orchard.GuestOnlyAccounts.(Accounts.java:311) at orc.orchard.Accounts.(Accounts.java:43) at orc.orchard.AbstractExecutorService.getAccounts(AbstractExecutorService.java:47) at orc.orchard.AbstractExecutorService.submit(AbstractExecutorService.java:78) at...
The cause is currently unknown. TODO: Fill in details of the problem here.
The Scala Eclipse IDE/plug-in [is officially dead](https://groups.google.com/forum/#!msg/scala-ide-dev/DCjbh5gRUOs/Vn9YFEW2BgAJ). The Scala IDE of choice [appears to be IntelliJ IDEA](https://docs.scala-lang.org/getting-started-intellij-track/getting-started-with-scala-in-intellij.html), which is a reasonable choice. Along with the switch to SBT #200, we...
Orc Lists are simple cons lists, but cons lists perform extremely poorly in parallel execution because traversal is fundamentally sequential. Conc-trees may be a decent option ([10.1007/978-3-319-29778-1_16](https://doi.org/10.1007/978-3-319-29778-1_16)), but Conc-trees do...
Orc has collected a number of external site APIs. We should clean that up. The APIs are currently marked as `@depricated` so it should be easy to find their uses....
Tranking, an Orc user, reported the following bug in `orc.ast.oil.nameless.NamelessToNamed`: > Date: Thu, 24 May 2018 14:55:14 +0800 > From: Tranking > > . . . . when I debug...
The current PorcE code semantically correctly handles exception, however the print out does not include an Orc backtrace (only the Java stack trace, which is displayed in place of the...
Since it has an example input array creating an output with the same time makes sense. However the difference is only visible when calling into Java or Scala with methods...
The crash is due to the fact that the "\_" is a placeholder for lambda expressions. However if the "\_" appears without a surrounding "{ }" then the placeholder (Placeholder()...
This API would replace the ad-hoc API in `orc.values.sites.SiteMetadata` with something a bit more principled and powerful. The new API needs to have the following features: 1. Provide the following...