This will result in a roughly equivalent translation (thanks @Joel Mueller):
setTimeout (-> something param), 1000
Note that this isn't an exact translation because the anonymous function returns the result of calling something(param) instead of undefined, as in your snippet.