-
Is it possible to edit/add a macro that parses a arrow function that omit's the accolades?
ie.
```php
($t, $k, $v) => { return str_replace("{" . $k . "}", $v, $t ); }
```
would become
```php
($…
-
### What version of Go are you using and what is your operating system and processor architecture?
`go version go1.7.1 darwin/amd64`
### What did you do?
Tried to declare enums in my package.
### Wh…
-
I'm have an array in HackLang and one of its elements is of type `MongoDB\BSON\ObjectID`. The array is used in a function which is want to be [memoized](https://docs.hhvm.com/hack/attributes/special#_…
-
Originally reported by @sgolemon in PR #7845 (unmergeable).
> PHP 7.1 adds nullable types* using a HackLang compatable syntax.
> http://php.net/manual/en/migration71.new-features.php
-
Now that HHVM is released with support for HACK-lang, it is possible to use new features like 'async' (http://docs.hhvm.com/manual/en/hack.async.php). What will be the impact on React?
Will React mak…
-
Hello,
HackLang have `Struct` Data Type?
```
struct Data {
number int;//just can store int type, and name is number
age =49;//can store all data type, and also have a default value.
sub D…
-
Is there an interest in, or work underway to, implement support for Hack in addition to PHP?
-
**Table Schema:**
``` sql
CREATE TABLE `profiles` (
`id` int(11) unsigned NOT NULL DEFAULT '0',
`name` varchar(255) DEFAULT NULL,
`status` tinyint(3) unsigned DEFAULT NULL,
`create_date` date…
-
Two of the following \Core classes have issue with HHVM need to be fixed
- routing
- caching
-
Hi there !
I just discovered this Hack thing and noticed a problem with the tutorial at
In Firefox, the background of the tooltip is light grey, so I cannot read the text :(
![hacklangtutori…